Files
nixpkgs/pkgs/applications/video
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-04-26 15:37:43 +03:00
2016-04-20 18:55:49 +03:00
2016-04-20 18:55:49 +03:00
2016-04-21 17:23:56 +03:00
2016-03-24 23:16:14 -05:00
2016-05-23 20:12:37 +02:00
2016-06-07 21:16:15 +03:00
2016-03-08 09:58:19 +01:00
2016-05-17 06:44:13 +02:00
2016-04-20 18:55:49 +03:00
2016-04-20 18:55:50 +03:00
2016-04-29 07:21:31 +00:00
2016-05-08 20:35:44 -04:00
2016-05-25 02:06:47 +02:00