picard: apply new licensing convention

according to its home page https://picard.musicbrainz.org/,
picard is licensed under gpl2+
This commit is contained in:
Johannes Rosenberger 2020-10-03 13:42:15 +02:00 committed by Frederik Rietdijk
parent 9cc924a12a
commit 434138ed1c

View File

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