Commit 49c123bd authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.notobuilder: specify meta.license

parent c59f5ce9
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 ];
  };
}