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-01-25 17:35:21 +01:00
2016-03-21 09:42:32 -04:00
2015-10-31 16:08:03 +01:00
2016-02-10 14:59:50 +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-05-19 10:03:35 +02:00
2016-06-20 13:55:52 +02:00
2016-04-28 19:38:54 +02:00
2016-04-26 13:38:03 +01:00
2016-04-20 20:37:19 +02: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
2016-03-13 18:39:01 +01:00
2015-09-27 15:08:12 -05:00
2016-01-15 16:00:46 +01:00
2015-12-05 23:06:20 +01:00
2016-03-30 21:54:03 +02:00
2016-06-03 17:17:08 +03:00
2016-06-09 13:08:00 +02:00
2016-05-17 13:00:47 +01:00
2016-02-27 17:30:29 +00:00
2016-06-20 13:55:52 +02:00
2016-01-18 10:45:31 +01:00
2016-06-16 15:05:24 +01:00
2016-06-19 19:01:03 +02:00
2016-05-16 16:12:21 +02:00
2016-04-15 17:41:41 +02:00
2016-05-17 13:00:47 +01: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
2016-06-03 17:17:08 +03:00
2016-06-03 17:17:08 +03:00