summary refs log tree commit diff
path: root/pkgs/data/fonts/nafees
diff options
context:
space:
mode:
authorAlexander V. Nikolaev <avn@daemon.hole.ru>2015-09-23 23:44:28 +0300
committerAlexander V. Nikolaev <avn@daemon.hole.ru>2015-09-23 23:44:28 +0300
commitdb74af9a5f5f0b6f6c87320a12ff60129f48c58e (patch)
treeffa060384e949c9985cbafade465a3513e8dbf80 /pkgs/data/fonts/nafees
parent3973f9f2fe8b3b5d506cddc4a9dafe8cc1155b01 (diff)
downloadnixpkgs-db74af9a5f5f0b6f6c87320a12ff60129f48c58e.tar
nixpkgs-db74af9a5f5f0b6f6c87320a12ff60129f48c58e.tar.gz
nixpkgs-db74af9a5f5f0b6f6c87320a12ff60129f48c58e.tar.bz2
nixpkgs-db74af9a5f5f0b6f6c87320a12ff60129f48c58e.tar.lz
nixpkgs-db74af9a5f5f0b6f6c87320a12ff60129f48c58e.tar.xz
nixpkgs-db74af9a5f5f0b6f6c87320a12ff60129f48c58e.tar.zst
nixpkgs-db74af9a5f5f0b6f6c87320a12ff60129f48c58e.zip
fonts: Formatting, empty lines and whitespaces.
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 ];
   };