picard: apply new licensing convention
according to its home page https://picard.musicbrainz.org/, picard is licensed under gpl2+
This commit is contained in:
parent
9cc924a12a
commit
434138ed1c
|
@ -58,7 +58,7 @@ in pythonPackages.buildPythonApplication rec {
|
||||||
homepage = "https://picard.musicbrainz.org/";
|
homepage = "https://picard.musicbrainz.org/";
|
||||||
description = "The official MusicBrainz tagger";
|
description = "The official MusicBrainz tagger";
|
||||||
maintainers = with maintainers; [ ehmry ];
|
maintainers = with maintainers; [ ehmry ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue