mksh: clarify that it's Free

This commit is contained in:
Tobias Geerinckx-Rice 2015-04-29 21:58:17 +02:00
parent 2a29cf9eaa
commit 3b611e3a0a

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;
};