From 434138ed1c9910bab927b89e9b39930685bb3a29 Mon Sep 17 00:00:00 2001 From: Johannes Rosenberger Date: Sat, 3 Oct 2020 13:42:15 +0200 Subject: [PATCH] picard: apply new licensing convention according to its home page https://picard.musicbrainz.org/, picard is licensed under gpl2+ --- pkgs/applications/audio/picard/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/picard/default.nix b/pkgs/applications/audio/picard/default.nix index 9274044090b0..d8c927be268b 100644 --- a/pkgs/applications/audio/picard/default.nix +++ b/pkgs/applications/audio/picard/default.nix @@ -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; }; }