summary refs log tree commit diff
path: root/pkgs/applications/audio/streamripper/default.nix
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2014-01-17 01:15:10 +0100
committerMoritz Ulrich <moritz@tarn-vedra.de>2014-01-17 01:15:10 +0100
commit47f5d8a5ea0bf248ae16541cf3496bd17eb8e447 (patch)
treeb0a174dbb8525c040d06fdcadece6c73eae137a4 /pkgs/applications/audio/streamripper/default.nix
parent0ec365cd636a98135dad42718fc5c7e3d4fb5e9c (diff)
downloadnixpkgs-47f5d8a5ea0bf248ae16541cf3496bd17eb8e447.tar
nixpkgs-47f5d8a5ea0bf248ae16541cf3496bd17eb8e447.tar.gz
nixpkgs-47f5d8a5ea0bf248ae16541cf3496bd17eb8e447.tar.bz2
nixpkgs-47f5d8a5ea0bf248ae16541cf3496bd17eb8e447.tar.lz
nixpkgs-47f5d8a5ea0bf248ae16541cf3496bd17eb8e447.tar.xz
nixpkgs-47f5d8a5ea0bf248ae16541cf3496bd17eb8e447.tar.zst
nixpkgs-47f5d8a5ea0bf248ae16541cf3496bd17eb8e447.zip
streamripper: Fix wrong attribute path.
Diffstat (limited to 'pkgs/applications/audio/streamripper/default.nix')
-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 d83135e8d5b..2df1e1e3b3b 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 ];
   };
 }