mksh: clarify that it's Free
This commit is contained in:
parent
2a29cf9eaa
commit
3b611e3a0a
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user