3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/tools/compression
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
..
advancecomp
brotli
bsdiff
bzip2 Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
dtrx
gzip pkgs.gzip: 1.7 -> 1.8 2016-04-28 19:36:27 +02:00
gzrt
kzipmix
lbzip2 Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
lrzip lrzip: 0.621 -> 0.630 2016-06-12 00:28:55 +02:00
lz4
lzip Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
lzop
ncompress
pbzip2 pbzip2: 1.1.12 -> 1.1.13 2016-04-12 15:51:32 +02:00
pigz Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
pixz
pxz
rzip
upx
xar
xdelta
xz
zdelta
zopfli zopfli: disable parallel building 2016-03-23 20:20:36 +01:00
zstd zstd: 0.6.1 -> 0.7.0 2016-06-16 21:20:00 +02:00
zsync