nafees: switch license to nafees

This commit is contained in:
jopejoe1
2025-09-28 18:47:21 +02:00
parent 55406d35ab
commit e82cbb2c28
+4 -1
View File
@@ -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 ];
};