qdirstat: specify license

This commit is contained in:
Fabian Affolter
2021-04-12 17:51:09 +02:00
committed by GitHub
parent 4862923786
commit 8a6fac4b02

View File

@@ -50,7 +50,7 @@ mkDerivation {
meta = with lib; {
description = "Graphical disk usage analyzer";
homepage = src.meta.homepage;
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ gnidorah ];
platforms = platforms.linux;
};