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-06-03 17:17:08 +03:00
2016-06-03 17:17:08 +03:00
2016-05-22 07:54:17 +02:00
2016-05-16 08:08:50 -05:00
2016-06-03 21:29:50 -06:00
2016-05-06 10:06:08 +01:00
2016-06-03 17:17:08 +03:00
2016-05-01 00:13:23 +03:00
2016-05-10 23:30:37 +02:00
2016-06-03 17:17:08 +03:00
2016-05-31 22:33:18 +02:00
2016-06-03 17:17:08 +03:00
2016-06-20 13:55:52 +02:00
2016-05-27 15:58:41 +02:00
2016-06-20 13:55:52 +02:00
2016-06-03 17:17:08 +03:00
2016-06-09 04:19:00 -07:00
2016-05-01 00:13:23 +03:00
2016-05-22 12:09:23 +02:00
2016-04-25 13:24:39 +03:00
2016-06-12 14:03:43 +03:00
2016-04-22 22:49:00 -04:00
2016-06-09 19:18:07 +02:00
2016-05-16 22:49:55 +02:00
2016-06-03 17:17:08 +03:00
2016-06-03 17:17:08 +03:00
2016-05-16 22:49:55 +02:00
2016-05-28 14:39:45 -04:00
2016-06-11 02:43:44 +03:00
2016-05-20 02:35:00 +00:00
2016-06-03 17:17:08 +03:00
2016-05-28 19:44:03 +02:00
2016-06-20 13:55:52 +02:00
2016-06-03 17:17:08 +03:00
2016-05-19 10:00:26 +02:00
2016-06-11 14:53:07 +02:00
2016-06-03 17:17:08 +03:00
2016-06-03 17:17:08 +03:00
2016-06-16 22:19:41 +00:00
2016-05-30 03:34:39 +02:00
2016-05-26 15:29:03 -06:00
2016-05-01 00:13:23 +03:00
2016-05-27 15:58:41 +02:00
2016-06-15 12:47:13 +02:00
2016-05-30 22:32:23 +02:00
2016-06-04 13:40:18 -04:00
2016-05-16 22:49:55 +02:00
2016-06-16 20:02:49 -07:00
2016-06-09 23:06:01 +02:00
2016-06-04 09:46:06 +02:00
2016-05-19 10:02:23 +02:00
2016-06-06 13:59:31 +02:00
2016-05-27 15:58:41 +02:00
2016-05-16 22:49:55 +02:00
2016-05-22 07:54:05 +02:00