treewide: remove periods from end of package descriptions

This commit is contained in:
Ben Siraphob
2020-10-11 12:55:05 +07:00
committed by Jon
parent ea04f84829
commit 683a87dbeb
281 changed files with 345 additions and 340 deletions

View File

@@ -19,7 +19,7 @@ fetchzip rec {
'';
meta = with lib; {
description = "A bitmap programming font optimized for coziness.";
description = "A bitmap programming font optimized for coziness";
homepage = "https://github.com/slavfox/cozette";
license = licenses.mit;
platforms = platforms.all;

View File

@@ -19,7 +19,7 @@ fetchzip {
meta = with lib; {
homepage = "http://dotcolon.net/font/eunomia/";
description = "A futuristic decorative font.";
description = "A futuristic decorative font";
platforms = platforms.all;
maintainers = with maintainers; [ leenaars ];
license = licenses.ofl;

View File

@@ -19,7 +19,7 @@ fetchzip {
meta = with lib; {
homepage = "http://dotcolon.net/font/${pname}/";
description = "A weighted decorative font.";
description = "A weighted decorative font";
platforms = platforms.all;
maintainers = with maintainers; [ leenaars ];
license = licenses.ofl;

View File

@@ -19,7 +19,7 @@ fetchzip {
meta = with lib; {
homepage = "http://dotcolon.net/font/${pname}/";
description = "A decorative font.";
description = "A decorative font";
platforms = platforms.all;
maintainers = with maintainers; [ leenaars ];
license = licenses.cc0;

View File

@@ -21,7 +21,7 @@ in fetchurl rec {
sha256 = "32d6f07f1ff08c764357f8478892b2ba5ade23427af99759f34a0ba24bcd2e37";
meta = {
description = "Pan-unicode version of Fixedsys, a classic DOS font.";
description = "Pan-unicode version of Fixedsys, a classic DOS font";
homepage = "http://www.fixedsysexcelsior.com/";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.publicDomain;

View File

@@ -15,7 +15,7 @@ in fetchzip rec {
sha256 = "05k145bxgxjh7i9gx1ahigxfpc2v2vwzsy2mc41jvvg51kjr8fnn";
meta = with lib; {
description = "The Latin Modern Math (LM Math) font completes the modernization of the Computer Modern family of typefaces designed and programmed by Donald E. Knuth.";
description = "The Latin Modern Math (LM Math) font completes the modernization of the Computer Modern family of typefaces designed and programmed by Donald E. Knuth";
homepage = "http://www.gust.org.pl/projects/e-foundry/lm-math";
# "The Latin Modern Math font is licensed under the GUST Font License (GFL),
# which is a free license, legally equivalent to the LaTeX Project Public

View File

@@ -18,7 +18,7 @@ in fetchzip {
meta = with lib; {
homepage = "http://dotcolon.net/font/vegur/";
description = "A humanist sans serif font.";
description = "A humanist sans serif font";
platforms = platforms.all;
maintainers = [ maintainers.samueldr ];
license = licenses.cc0;

View File

@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "Contains a small database of Conway polynomials.";
description = "Contains a small database of Conway polynomials";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ timokau ];