summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2016-08-07 04:21:44 +0200
committerGitHub <noreply@github.com>2016-08-07 04:21:44 +0200
commit687a012ba83285f92d58e5784b36b2ba03d574fc (patch)
tree76be45c77a759a709b8e2fb847b9816e6ff72138 /pkgs
parentf9dfe0d84361d2cb8bef0ea224cbaa4a0ed63c9e (diff)
parent716591ea3b6ae42d9bddd7c43abd840827ba5eb9 (diff)
downloadnixlib-687a012ba83285f92d58e5784b36b2ba03d574fc.tar
nixlib-687a012ba83285f92d58e5784b36b2ba03d574fc.tar.gz
nixlib-687a012ba83285f92d58e5784b36b2ba03d574fc.tar.bz2
nixlib-687a012ba83285f92d58e5784b36b2ba03d574fc.tar.lz
nixlib-687a012ba83285f92d58e5784b36b2ba03d574fc.tar.xz
nixlib-687a012ba83285f92d58e5784b36b2ba03d574fc.tar.zst
nixlib-687a012ba83285f92d58e5784b36b2ba03d574fc.zip
Merge pull request #17557 from laMudri/spotify-update
Spotify update
Diffstat (limited to 'pkgs')
-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 0038fad5dd8f..483527c8fa8c 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 sheenobu ];
+    maintainers = with stdenv.lib.maintainers; [ eelco ftrvxmtrx sheenobu mudri ];
   };
 }