nixpkgs/pkgs/servers/nosql
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
..
apache-jena
arangodb
cassandra cassandra: Add 3.0 2016-06-16 21:12:26 +00:00
eventstore
hyperdex
influxdb influxdb: 0.9.4 -> 0.13.0 2016-06-18 21:32:02 +01:00
mongodb Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
neo4j Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
redis
rethinkdb rethinkdb: 2.3.0 -> 2.3.4 2016-06-12 11:14:13 +02:00
riak