streamripper: Fix wrong attribute path.

This commit is contained in:
Moritz Ulrich 2014-01-17 01:15:10 +01:00
parent 0ec365cd63
commit 47f5d8a5ea

View File

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