convmv: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 16:14:20 +02:00
parent 7b4f037a91
commit 71caa7c54a
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
description = "Converts filenames from one encoding to another";
platforms = platforms.linux ++ platforms.freebsd ++ platforms.cygwin;
maintainers = [ ];
license = licenses.gpl2Plus;
};
}