From e82cbb2c28ccab6752c0e3f3660cf0792312f7d5 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 3 Sep 2025 22:58:50 +0200 Subject: [PATCH] nafees: switch license to nafees --- pkgs/by-name/na/nafees/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/na/nafees/package.nix b/pkgs/by-name/na/nafees/package.nix index 3e5af2873cff..a2e8bb096ede 100644 --- a/pkgs/by-name/na/nafees/package.nix +++ b/pkgs/by-name/na/nafees/package.nix @@ -61,7 +61,10 @@ stdenv.mkDerivation { # Used to be GPLv2. The license distributed with the fonts looks # more like a modified BSD, but still contains the GPLv2 embedded # font exception, and some not-for-resale language. - license = "unknown"; + license = { + fullName = "Nafees License Agreement"; + url = "https://www.cle.org.pk/software/license/Nafees_Pakistani_Naskh_License.html"; + }; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ bergey ]; };