Loading pkgs/by-name/ma/ma/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,9 @@ stdenv.mkDerivation { homepage = "http://call-with-current-continuation.org/ma/ma.html"; mainProgram = "ma"; maintainers = with lib.maintainers; [ ehmry ]; license = lib.licenses.free; # Per the README: # > All of MA's source code is hereby placed in the public domain license = lib.licenses.publicDomain; inherit (tclPackages.tk.meta) platforms; }; } Loading
pkgs/by-name/ma/ma/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,9 @@ stdenv.mkDerivation { homepage = "http://call-with-current-continuation.org/ma/ma.html"; mainProgram = "ma"; maintainers = with lib.maintainers; [ ehmry ]; license = lib.licenses.free; # Per the README: # > All of MA's source code is hereby placed in the public domain license = lib.licenses.publicDomain; inherit (tclPackages.tk.meta) platforms; }; }