python3Packages.notobuilder: specify meta.license

see https://github.com/notofonts/notobuilder/issues/37
This commit is contained in:
Robert Schütz
2025-09-29 08:14:23 -07:00
parent c59f5ce998
commit 49c123bdfe
@@ -68,7 +68,7 @@ buildPythonPackage {
meta = {
description = "Python module for building Noto fonts";
homepage = "https://github.com/notofonts/notobuilder";
license = lib.licenses.unfree;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ jopejoe1 ];
};
}