Merge pull request #102139 from alex-eyre/master
Remove mildlyincompetent from the maintainers list
This commit is contained in:
commit
40a92fe2b9
@ -5689,12 +5689,6 @@
|
|||||||
githubId = 1387206;
|
githubId = 1387206;
|
||||||
name = "Mike Sperber";
|
name = "Mike Sperber";
|
||||||
};
|
};
|
||||||
mildlyincompetent = {
|
|
||||||
email = "nix@kch.dev";
|
|
||||||
github = "mildlyincompetent";
|
|
||||||
githubId = 19479662;
|
|
||||||
name = "Kajetan Champlewski";
|
|
||||||
};
|
|
||||||
millerjason = {
|
millerjason = {
|
||||||
email = "mailings-github@millerjason.com";
|
email = "mailings-github@millerjason.com";
|
||||||
github = "millerjason";
|
github = "millerjason";
|
||||||
|
@ -27,6 +27,6 @@ buildPythonPackage rec {
|
|||||||
description = "Convenience class for doing maths with explicit coordinates";
|
description = "Convenience class for doing maths with explicit coordinates";
|
||||||
homepage = "https://github.com/clbarnes/coordinates";
|
homepage = "https://github.com/clbarnes/coordinates";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.mildlyincompetent ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user