qalculate-gtk: add license

This commit is contained in:
Markus Kowalewski
2020-06-27 00:37:44 +02:00
parent e55c49f5c0
commit 52f9aebe64

View File

@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
description = "The ultimate desktop calculator";
homepage = "http://qalculate.github.io";
maintainers = with maintainers; [ gebner ];
license = licenses.gpl2Plus;
platforms = platforms.all;
};
}