Files
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
..
2016-01-21 22:09:23 +01:00
2016-04-28 19:36:27 +02:00
2016-06-12 00:28:55 +02:00
2015-06-10 13:00:42 +02:00
2016-04-12 15:51:32 +02:00
2015-12-12 17:39:14 +01:00
2015-11-20 14:32:58 +01:00
2016-03-23 20:20:36 +01:00
2016-06-16 21:20:00 +02:00