3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.LaTeXML: set license to public domain

This commit is contained in:
Vincenzo Mantova 2021-05-31 18:34:56 +01:00
parent 4136fb11a8
commit e43f73c8d3

View file

@ -10992,7 +10992,7 @@ let
'';
meta = {
description = "Transforms TeX and LaTeX into XML/HTML/MathML";
license = lib.licenses.free;
license = lib.licenses.publicDomain;
};
passthru = {
tlType = "run";