renameutils: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-06 12:20:53 +02:00
parent fec4795f00
commit 21b81f41ae
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -16,5 +16,6 @@ stdenv.mkDerivation {
homepage = http://www.nongnu.org/renameutils/;
description = "A set of programs to make renaming of files faster";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2Plus;
};
}