mksh: clarify that it's Free

This commit is contained in:
Tobias Geerinckx-Rice
2015-04-30 13:11:31 +02:00
parent 2a29cf9eaa
commit 3b611e3a0a
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
systems.
'';
homepage = "https://www.mirbsd.org/mksh.htm";
license = "custom";
license = with stdenv.lib.licenses; free;
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.unix;
};