qcachegrind: license gpl2 -> gpl2Plus
According to https://apps.kde.org/kcachegrind/. (cherry picked from commit 1b1f196fe6f46e6f713946e5c423bbbc90771328)
This commit is contained in:
parent
bfff2cbbcd
commit
c3094b06ce
@ -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 ];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user