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 ]; }; }