summaryrefslogtreecommitdiff
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-11 23:09:20 +0200
commitc3094b06ce98bd6e195decc4f730adba2b745c48 (patch)
tree156265fd3c031fc30a0327ff9e601cfc43fed374
parentqcachegrind: fix fatal Could not find the Qt platform plugin "xcb" in "" (diff)
downloadnixpkgs-c3094b06ce98bd6e195decc4f730adba2b745c48.tar.gz
qcachegrind: license gpl2 -> gpl2Plus
According to https://apps.kde.org/kcachegrind/. (cherry picked from commit 1b1f196fe6f46e6f713946e5c423bbbc90771328)
-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 195596d3c195..1f7c6641b1cc 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 ];
};