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

@@ -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 = [ ];
};
}