nixpkgs/pkgs/tools/typesetting
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
..
asciidoc imagemagick: split dev output to fix #9604 2016-05-22 13:41:15 +02:00
asciidoctor asciidoctor: Bumped yanked dependency 2016-05-05 12:18:24 +02:00
biber
bibtex-tools
djvu2pdf
docbook2odf
docbook2x
fop
git-latexdiff
halibut
hevea
lout
multimarkdown Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
odpdown
pdf2djvu pdf2djvu: 0.9.3 -> 0.9.4 2016-02-29 23:35:32 +01:00
pdfgrep Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
pdfjam
pdftk
pygmentex use dontBuild instead of hacks 2016-05-04 10:11:04 +00:00
rubber
tex Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
xmlroff
xmlto