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

authored by jopejoe1 and committed by GitHub 4d18ff2b 1d35326f

+1 -1
+1 -1
pkgs/development/python-modules/notobuilder/default.nix
··· 68 68 meta = { 69 69 description = "Python module for building Noto fonts"; 70 70 homepage = "https://github.com/notofonts/notobuilder"; 71 - license = lib.licenses.unfree; 71 + license = lib.licenses.asl20; 72 72 maintainers = with lib.maintainers; [ jopejoe1 ]; 73 73 }; 74 74 }