From 47f5d8a5ea0bf248ae16541cf3496bd17eb8e447 Mon Sep 17 00:00:00 2001 From: Moritz Ulrich Date: Fri, 17 Jan 2014 01:15:10 +0100 Subject: [PATCH] streamripper: Fix wrong attribute path. --- pkgs/applications/audio/streamripper/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }