python-modules/coordinates: remove mildlyincompetent from the maintainers list

also removed from maintainers-list.nix, motivation for change is
that he was a friend, and he unfortunately passed away earlier this year.
This commit is contained in:
Alex Eyre 2020-10-30 07:45:03 +00:00
parent 95cddb4347
commit 3e4878370e
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 = [ ];
};
}