summary refs log tree commit diff
path: root/pkgs/applications/audio/spotify/linux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/spotify/linux.nix')
-rw-r--r--pkgs/applications/audio/spotify/linux.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/applications/audio/spotify/linux.nix b/pkgs/applications/audio/spotify/linux.nix
index 72e72f8bc2d..0784bbfe1e1 100644
--- a/pkgs/applications/audio/spotify/linux.nix
+++ b/pkgs/applications/audio/spotify/linux.nix
@@ -71,7 +71,7 @@ let
 in
 
 stdenv.mkDerivation {
-  inherit pname version meta;
+  inherit pname version;
 
   # fetch from snapcraft instead of the debian repository most repos fetch from.
   # That is a bit more cumbersome. But the debian repository only keeps the last
@@ -170,4 +170,8 @@ stdenv.mkDerivation {
 
       runHook postInstall
     '';
+
+  meta = meta // {
+    maintainers = with lib.maintainers; [ eelco ftrvxmtrx sheenobu timokau ma27 ];
+  };
 }