summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/streamripper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/streamripper/default.nix b/pkgs/applications/audio/streamripper/default.nix
index d83135e8d5b2..2df1e1e3b3b5 100644
--- a/pkgs/applications/audio/streamripper/default.nix
+++ b/pkgs/applications/audio/streamripper/default.nix
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
     description = "Application that lets you record streaming mp3 to your hard drive";
     license = licenses.gpl2;
     platforms = platforms.unix;
-    maintainers = with stdenv.maintainers; [ the-kenny ];
+    maintainers = with maintainers; [ the-kenny ];
   };
 }