about summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify/default.nix
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2019-03-17 15:26:53 +0100
committerTimo Kaufmann <timokau@zoho.com>2019-03-17 15:32:19 +0100
commit51a798389fe4c5471d7bdb3da2cf13aec1fc9250 (patch)
tree3148f027e575d14fdfa6d6e91f14db34b31f5677 /pkgs/applications/audio/spotify/default.nix
parent4be712b9e1c70ab24430ec52628b8a5082ad9a69 (diff)
downloadnixlib-51a798389fe4c5471d7bdb3da2cf13aec1fc9250.tar
nixlib-51a798389fe4c5471d7bdb3da2cf13aec1fc9250.tar.gz
nixlib-51a798389fe4c5471d7bdb3da2cf13aec1fc9250.tar.bz2
nixlib-51a798389fe4c5471d7bdb3da2cf13aec1fc9250.tar.lz
nixlib-51a798389fe4c5471d7bdb3da2cf13aec1fc9250.tar.xz
nixlib-51a798389fe4c5471d7bdb3da2cf13aec1fc9250.tar.zst
nixlib-51a798389fe4c5471d7bdb3da2cf13aec1fc9250.zip
spotify: add timokau as a maintainer
Did a significant refactor (debian sources -> snapcraft) and I'm
interested in this package.
Diffstat (limited to 'pkgs/applications/audio/spotify/default.nix')
-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 76c10fdef6ce..6d0c21d6641b 100644
--- a/pkgs/applications/audio/spotify/default.nix
+++ b/pkgs/applications/audio/spotify/default.nix
@@ -154,7 +154,7 @@ stdenv.mkDerivation {
     homepage = https://www.spotify.com/;
     description = "Play music from the Spotify music service";
     license = licenses.unfree;
-    maintainers = with maintainers; [ eelco ftrvxmtrx sheenobu mudri ];
+    maintainers = with maintainers; [ eelco ftrvxmtrx sheenobu mudri timokau ];
     platforms = [ "x86_64-linux" ];
   };
 }