Files
nixpkgs/pkgs/development/interpreters
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-30 20:31:02 +00:00
2016-03-01 00:19:27 +00:00
2016-06-12 15:57:29 +03:00
2016-06-06 11:15:05 +02:00
2016-05-12 20:57:46 +02:00
2016-03-25 00:39:49 +01:00
2016-06-07 19:09:54 +02:00
2016-06-09 04:15:26 -07:00
2016-02-11 23:31:41 +00:00
2016-04-01 01:51:00 +01:00
2016-03-22 18:20:16 -04:00
2016-05-20 21:37:27 +02:00
2016-06-13 18:25:58 +02:00
2015-07-09 13:52:26 +02:00
2016-05-31 17:17:28 +02:00
2016-05-25 14:05:01 -07:00
2016-05-05 20:25:25 +02:00
2016-06-09 03:10:09 -07:00
2016-06-12 16:32:10 -07:00
2015-12-30 21:15:15 +01:00
2016-05-02 15:49:05 -05:00
2016-05-09 19:37:22 +02:00
2016-06-09 13:32:44 -07:00