about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2021-06-10 07:20:50 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2021-06-10 19:24:58 +0200
commit1b1f196fe6f46e6f713946e5c423bbbc90771328 (patch)
tree7dd2ce7e7833086585eeadadd8d4207b94e48f9b
parent16cbc80a9370b13db95a75b74d20e1d2beb578b3 (diff)
qcachegrind: license gpl2 -> gpl2Plus
According to https://apps.kde.org/kcachegrind/.
-rw-r--r--pkgs/development/tools/analysis/qcachegrind/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/analysis/qcachegrind/default.nix b/pkgs/development/tools/analysis/qcachegrind/default.nix
index 195596d3c195f..1f7c6641b1cc3 100644
--- a/pkgs/development/tools/analysis/qcachegrind/default.nix
+++ b/pkgs/development/tools/analysis/qcachegrind/default.nix
@@ -39,7 +39,7 @@ in stdenv.mkDerivation {
 
   meta = with lib; {
     description = "A Qt GUI to visualize profiling data";
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
     platforms = platforms.unix;
     maintainers = with maintainers; [ periklis ];
   };