python3Packages.notobuilder: specify meta.license

see https://github.com/notofonts/notobuilder/issues/37

Changed files
+1 -1
pkgs
development
python-modules
notobuilder
+1 -1
pkgs/development/python-modules/notobuilder/default.nix
···
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 ];
};
}