nixpkgs/pkgs/development/pure-modules
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
..
audio
avahi
csv
doc
fastcgi
faust
ffi
gen
gl x11: replace its usage by xlibsWrapper directly 2015-09-15 12:08:24 +02:00
glpk
gplot Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
gsl
gtk
liblo
lilv
lv2
midi
mpfr
octave pure-octave: 0.6 -> 0.7 2015-09-11 10:39:05 +02:00
odbc
pandoc
rational
readline
sockets
sql3
stldict purePackages.stldict: fix build with gcc 4.9 (ZHF) 2015-07-12 23:18:51 +02:00
stllib purePackages.stllib: fix build with gcc 4.9 (ZHF) 2015-07-12 23:18:51 +02:00
tk x11: replace its usage by xlibsWrapper directly 2015-09-15 12:08:24 +02:00
xml
generic-setup-hook.sh