python3Packages.notobuilder: specify meta.license (#447202)

This commit is contained in:
jopejoe1
2025-09-29 15:37:05 +00:00
committed by GitHub
@@ -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 ];
};
}