summary refs log tree commit diff
path: root/pkgs/data/fonts/nafees
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/fonts/nafees')
-rw-r--r--pkgs/data/fonts/nafees/default.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/pkgs/data/fonts/nafees/default.nix b/pkgs/data/fonts/nafees/default.nix
index bcbf5749810..f90cb98b802 100644
--- a/pkgs/data/fonts/nafees/default.nix
+++ b/pkgs/data/fonts/nafees/default.nix
@@ -40,19 +40,18 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "OpenType Urdu font from the Center for Research in Urdu Language Processing";
-
-    longDescription = '' The Nafees font family is developed according
-    to calligraphic rules, following the style of Syed Nafees
-    Al-Hussaini (Nafees Raqam) one of the finest calligraphers of
-    Pakistan '';
-
+    longDescription = ''
+      The Nafees font family is developed according
+      to calligraphic rules, following the style of Syed Nafees
+      Al-Hussaini (Nafees Raqam) one of the finest calligraphers of
+      Pakistan
+    '';
     homepage = "http://www.cle.org.pk/software/localization.htm";
 
     # 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";
-
     platforms = stdenv.lib.platforms.all;
     maintainers = with stdenv.lib.maintainers; [ bergey ];
   };