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