Deshaw: create team and reassign limeytexan's maintainership (#108678)

* team: add deshaw

* maintainership: reassign limeytexan's packages to the deshaw team
This commit is contained in:
Graham Christensen
2021-01-07 10:44:08 -05:00
committed by GitHub
parent 2f2d887664
commit b63aa4ccb2
4 changed files with 30 additions and 22 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;
};
}