Merge remote-tracking branch 'upstream/master' into staging

This commit is contained in:
Thomas Tuegel
2015-04-29 11:33:28 -05:00
134 changed files with 2172 additions and 576 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://pgpool.net/mediawiki/index.php;
description = "a middleware that works between postgresql servers and postgresql clients.";
description = "A middleware that works between postgresql servers and postgresql clients";
license = licenses.free;
platforms = platforms.linux;
maintainers = with maintainers; [ wkennington ];