From 71caa7c54a72b43e245752e355efdd48f764cda9 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 5 Aug 2018 16:14:20 +0200 Subject: [PATCH] convmv: add license see issue #43716 --- pkgs/tools/misc/convmv/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/convmv/default.nix b/pkgs/tools/misc/convmv/default.nix index 52bcbde1cc1b..56b9d5c849a5 100644 --- a/pkgs/tools/misc/convmv/default.nix +++ b/pkgs/tools/misc/convmv/default.nix @@ -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; }; }