rubyripper: add license and description

gstqt5
Markus Kowalewski 2020-06-11 12:03:41 +02:00
parent 97f1c25028
commit 40a04df6fe
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,9 @@ stdenv.mkDerivation rec {
--prefix PATH : "${cdparanoia}/bin"
'';
meta = {
platforms = stdenv.lib.platforms.linux;
meta = with stdenv.lib; {
description = "High quality CD audio ripper";
platforms = platforms.linux;
license = licenses.gpl3;
};
}