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
2016-05-19 10:00:27 +02:00
2016-06-20 13:55:52 +02: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-20 13:55:52 +02:00
2016-03-30 14:56:04 +02:00
2016-06-08 20:11:03 -05:00
2016-04-13 22:09:41 +03:00
2016-05-03 16:15:20 +02:00
2016-04-21 20:31:58 -07:00
2016-05-30 12:13:34 +02:00
2016-04-14 05:12:56 +03:00
2016-04-30 03:12:34 +03:00
2016-03-24 20:21:40 +01:00
2016-02-01 20:46:10 +02:00
2016-05-09 10:01:09 -05:00
2016-04-24 18:11:37 +01:00
2016-05-30 10:10:21 +02:00
2016-05-19 10:00:46 +02:00
2016-04-20 18:55:55 +03:00
2016-04-07 23:47:53 -07:00
2015-12-23 07:36:25 +01:00
2015-12-11 18:31:00 +01: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-03 17:17:08 +03:00
2016-06-02 00:22:07 +02:00
2016-06-03 17:17:08 +03:00
2016-06-03 17:17:08 +03:00
2016-06-17 23:56:47 +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-30 20:31:05 +00:00
2016-05-17 01:35:15 +02:00
2016-01-22 19:45:48 +00:00
2016-05-31 09:31:41 +02:00