Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-01-07 18:40:50 +00:00
committed by GitHub
37 changed files with 459 additions and 191 deletions

View File

@@ -52,6 +52,6 @@ pythonPackages.buildPythonApplication rec {
description = "A Template for PostgreSQL HA with ZooKeeper, etcd or Consul";
license = licenses.mit;
platforms = platforms.linux;
maintainers = [ maintainers.limeytexan ];
maintainers = teams.deshaw.members;
};
}