summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorlaMudri <lamudri@gmail.com>2016-08-06 13:02:03 +0100
committerlaMudri <lamudri@gmail.com>2016-08-06 13:58:28 +0100
commit716591ea3b6ae42d9bddd7c43abd840827ba5eb9 (patch)
tree2d905b646871638e1650ab3c51cd1ea7418f6dc9 /pkgs
parent369ce2f7d1069838110b129a2beeb08fd91b7cda (diff)
downloadnixlib-716591ea3b6ae42d9bddd7c43abd840827ba5eb9.tar
nixlib-716591ea3b6ae42d9bddd7c43abd840827ba5eb9.tar.gz
nixlib-716591ea3b6ae42d9bddd7c43abd840827ba5eb9.tar.bz2
nixlib-716591ea3b6ae42d9bddd7c43abd840827ba5eb9.tar.lz
nixlib-716591ea3b6ae42d9bddd7c43abd840827ba5eb9.tar.xz
nixlib-716591ea3b6ae42d9bddd7c43abd840827ba5eb9.tar.zst
nixlib-716591ea3b6ae42d9bddd7c43abd840827ba5eb9.zip
spotify: add mudri as maintainer
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 ];
   };
 }