Unverified Commit 4d18ff2b authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents 1d35326f 49c123bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}