about summary refs log tree commit diff
path: root/pkgs/applications/audio/picard
diff options
context:
space:
mode:
authorJohannes Rosenberger <johannes@jorsn.eu>2020-10-03 13:42:15 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-10-07 16:47:46 +0200
commit434138ed1c9910bab927b89e9b39930685bb3a29 (patch)
treee5877c2d44a25bb88b0a54aa7001e8f33d44293e /pkgs/applications/audio/picard
parent9cc924a12a5c37cf9b19a927f399d66f94cf5588 (diff)
picard: apply new licensing convention
according to its home page https://picard.musicbrainz.org/,
picard is licensed under gpl2+
Diffstat (limited to 'pkgs/applications/audio/picard')
-rw-r--r--pkgs/applications/audio/picard/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/picard/default.nix b/pkgs/applications/audio/picard/default.nix
index 9274044090b05..d8c927be268b6 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;
   };
 }