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 apache-jena-fuseki: 2.3.1 -> 2.4.0 2016-05-15 23:49:44 +02:00
arangodb Merge branch 'master' into closure-size 2016-04-01 10:06:01 +02:00
cassandra cassandra: Add 3.0 2016-06-16 21:12:26 +00:00
eventstore eventstore: 3.0.3 -> 3.5.0 2016-03-09 23:43:20 +11:00
hyperdex refactor to use autoreconfHook where possible 2016-01-18 10:45:31 +01:00
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 redis: enable Lua scripting support 2016-04-21 14:50:11 -04:00
rethinkdb rethinkdb: 2.3.0 -> 2.3.4 2016-06-12 11:14:13 +02:00
riak remove elrangR15 and riak 1.3.0 as they're outdated 2016-03-22 21:40:07 +00:00