Files
nixpkgs/pkgs/development/tools/analysis
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
..
2014-05-09 16:50:36 +02:00
2016-05-12 20:41:30 +02:00
2016-04-25 16:22:52 +02:00
2016-03-22 21:22:15 +00:00
2015-06-18 11:47:34 +02:00
2014-08-24 22:31:37 +02:00
2015-03-12 21:19:49 +01:00
2014-09-03 23:02:02 +04:00
2016-05-18 12:56:48 +02:00
2014-08-24 22:31:37 +02:00
2016-03-26 17:05:29 +03:00
2016-03-26 17:04:41 +03:00
2015-09-28 15:52:31 +02:00
2016-04-20 18:55:54 +03:00
2016-03-14 12:06:18 +01:00