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
@@ -24,6 +24,6 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/ymattw/ydiff";
license = licenses.bsd3;
maintainers = [ maintainers.limeytexan ];
maintainers = teams.deshaw.members;
};
}