krename: add license

This commit is contained in:
Markus Kowalewski
2018-09-01 14:11:09 +02:00
parent b986430d02
commit 7ddb87eb5a

View File

@@ -20,6 +20,7 @@ in mkDerivation rec {
meta = with lib; {
homepage = http://www.krename.net;
description = "A powerful batch renamer for KDE";
license = licenses.gpl2;
inherit (kconfig.meta) platforms;
maintainers = with maintainers; [ peterhoeg ];
};