fonts: Formatting, empty lines and whitespaces.

This commit is contained in:
Alexander V. Nikolaev
2015-09-23 23:44:28 +03:00
parent 3973f9f2fe
commit db74af9a5f
14 changed files with 61 additions and 66 deletions
+6 -7
View File
@@ -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 ];
};