From 49c123bdfe036cd7670e01948ab15e9a035fae19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 29 Sep 2025 08:14:23 -0700 Subject: [PATCH] python3Packages.notobuilder: specify meta.license see https://github.com/notofonts/notobuilder/issues/37 --- pkgs/development/python-modules/notobuilder/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/notobuilder/default.nix b/pkgs/development/python-modules/notobuilder/default.nix index c3bb1fce5b5f..7c3c0f6e826d 100644 --- a/pkgs/development/python-modules/notobuilder/default.nix +++ b/pkgs/development/python-modules/notobuilder/default.nix @@ -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 ]; }; }