picard: apply new licensing convention

according to its home page https://picard.musicbrainz.org/,
picard is licensed under gpl2+
gstqt5
Johannes Rosenberger 2020-10-03 13:42:15 +02:00 committed by Frederik Rietdijk
parent 9cc924a12a
commit 434138ed1c
1 changed files with 1 additions and 1 deletions

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