forked from mirrors/nixpkgs
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/";
|
||||
description = "The official MusicBrainz tagger";
|
||||
maintainers = with maintainers; [ ehmry ];
|
||||
license = licenses.gpl2;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue