nixpkgs/pkgs/tools/virtualization
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
..
aws curl: split into multiple outputs 2015-10-13 20:18:48 +02:00
azure-cli azure-cli: 0.9.15 -> 0.9.17 2016-03-11 16:00:20 -08:00
cloud-init Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
ec2-ami-tools treewide: Mass replace 'openssl}/bin' to refer the 'bin' output 2016-02-01 20:46:16 +02:00
ec2-api-tools ec2-api-tools: Update to 1.7.5.1 2015-09-24 11:49:18 +02:00
euca2ools Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
xe-guest-utilities xe-guest-utilities: init at 6.2.0 2016-03-30 09:27:40 -07:00