From 45b19e190805ba92c4750d5a73543df357920485 Mon Sep 17 00:00:00 2001 From: Sheena Artrip Date: Sat, 16 Apr 2016 13:58:35 -0400 Subject: [PATCH] spotify: add sheenobu as maintainer --- pkgs/applications/audio/spotify/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/spotify/default.nix b/pkgs/applications/audio/spotify/default.nix index 00e841e7009..0875ca939ee 100644 --- a/pkgs/applications/audio/spotify/default.nix +++ b/pkgs/applications/audio/spotify/default.nix @@ -104,6 +104,6 @@ stdenv.mkDerivation { homepage = https://www.spotify.com/; description = "Play music from the Spotify music service"; license = stdenv.lib.licenses.unfree; - maintainers = with stdenv.lib.maintainers; [ eelco ftrvxmtrx ]; + maintainers = with stdenv.lib.maintainers; [ eelco ftrvxmtrx sheenobu ]; }; }