summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify
diff options
context:
space:
mode:
authorSheena Artrip <sheena.artrip@gmail.com>2016-04-16 13:58:35 -0400
committerSheena Artrip <sheena.artrip@gmail.com>2016-04-16 13:58:35 -0400
commit45b19e190805ba92c4750d5a73543df357920485 (patch)
tree201d2c53a17dceb06d1ea881c945a974fadb3a6e /pkgs/applications/audio/spotify
parenta8272280d7f46bd71a8e40669c3bc4564d295757 (diff)
downloadnixpkgs-45b19e190805ba92c4750d5a73543df357920485.tar
nixpkgs-45b19e190805ba92c4750d5a73543df357920485.tar.gz
nixpkgs-45b19e190805ba92c4750d5a73543df357920485.tar.bz2
nixpkgs-45b19e190805ba92c4750d5a73543df357920485.tar.lz
nixpkgs-45b19e190805ba92c4750d5a73543df357920485.tar.xz
nixpkgs-45b19e190805ba92c4750d5a73543df357920485.tar.zst
nixpkgs-45b19e190805ba92c4750d5a73543df357920485.zip
spotify: add sheenobu as maintainer
Diffstat (limited to 'pkgs/applications/audio/spotify')
-rw-r--r--pkgs/applications/audio/spotify/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };
 }