summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/shells/mksh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/mksh/default.nix b/pkgs/shells/mksh/default.nix
index ba510e8907a..e951c24e6a0 100644
--- a/pkgs/shells/mksh/default.nix
+++ b/pkgs/shells/mksh/default.nix
@@ -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;
   };