qcachegrind: license gpl2 -> gpl2Plus

According to https://apps.kde.org/kcachegrind/.

(cherry picked from commit 1b1f196fe6f46e6f713946e5c423bbbc90771328)
This commit is contained in:
Bjørn Forsman 2021-06-10 07:20:50 +02:00
parent bfff2cbbcd
commit c3094b06ce

View File

@ -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 ];
};