streamripper: Fix wrong attribute path.
This commit is contained in:
parent
0ec365cd63
commit
47f5d8a5ea
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Application that lets you record streaming mp3 to your hard drive";
|
description = "Application that lets you record streaming mp3 to your hard drive";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with stdenv.maintainers; [ the-kenny ];
|
maintainers = with maintainers; [ the-kenny ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user