Files
nixpkgs/pkgs/tools/text
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-01 22:03:21 +01:00
2016-03-21 09:42:32 -04:00
2015-10-31 16:08:03 +01:00
2016-03-08 11:53:39 +01:00
2016-06-03 16:04:41 +02:00
2016-06-03 16:04:41 +02:00
2016-01-09 16:46:03 +00:00
2016-04-28 19:38:54 +02:00
2016-04-26 13:38:03 +01:00
2016-05-03 04:33:49 +02:00
2015-11-19 08:47:46 +01:00
2016-04-25 10:09:15 +02:00
2016-03-23 15:04:50 -04:00
2015-09-27 15:08:12 -05:00
2016-03-30 21:54:03 +02:00
2016-06-09 13:08:00 +02:00
2016-04-15 17:41:41 +02:00
2016-02-28 18:05:56 +02:00
2016-05-04 10:11:04 +00:00
2016-05-23 09:02:10 +02:00
2015-09-28 17:56:15 +00:00
2016-02-17 17:05:59 +03:00