Files
nixpkgs/pkgs/tools/graphics
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-03-11 01:26:56 +03:00
2015-11-24 14:45:15 +01:00
2016-01-30 20:31:03 +00:00
2016-02-22 07:42:53 -06:00
2016-06-08 20:11:03 -05:00
2016-05-03 16:15:20 +02:00
2016-04-21 20:31:58 -07:00
2016-04-30 03:12:34 +03:00
2016-03-24 20:21:40 +01:00
2016-05-09 10:01:09 -05:00
2016-04-24 18:11:37 +01:00
2016-04-20 18:55:55 +03:00
2016-06-13 01:21:14 +02:00
2016-04-11 20:18:38 -07:00
2016-03-18 22:13:57 +01:00
2016-06-02 00:22:07 +02:00
2016-02-15 15:46:51 +01:00
2016-05-22 14:34:33 +02:00
2016-01-31 17:44:46 +01:00
2016-01-22 19:45:48 +00:00