Merge pull request #102139 from alex-eyre/master

Remove mildlyincompetent from the maintainers list
This commit is contained in:
Timo Kaufmann 2020-10-30 09:37:13 +01:00 committed by GitHub
commit 40a92fe2b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View file

@ -5689,12 +5689,6 @@
githubId = 1387206;
name = "Mike Sperber";
};
mildlyincompetent = {
email = "nix@kch.dev";
github = "mildlyincompetent";
githubId = 19479662;
name = "Kajetan Champlewski";
};
millerjason = {
email = "mailings-github@millerjason.com";
github = "millerjason";

View file

@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Convenience class for doing maths with explicit coordinates";
homepage = "https://github.com/clbarnes/coordinates";
license = licenses.mit;
maintainers = [ maintainers.mildlyincompetent ];
maintainers = [ ];
};
}