Commit ddd4c3c7 authored by Winter's avatar Winter
Browse files

ma: fix license

I cannot be the only one to have missed where this was declared. (Thanks
to anonymous catgirl for spotting.)
parent 9f048ce9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;
  };
}