maintainers: remove martingms

I'm currently not using neither mypy nor nixpkgs, so can't be of much
help.
This commit is contained in:
Martin Gammelsæter 2024-02-14 01:41:34 +01:00 committed by GitHub
parent 8f0b117da1
commit 75aaea55f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 8 deletions

View File

@ -11745,12 +11745,6 @@
githubId = 1729331;
name = "Dominique Martinet";
};
martingms = {
email = "martin@mg.am";
github = "martingms";
githubId = 458783;
name = "Martin Gammelsæter";
};
martinjlowm = {
email = "martin@martinjlowm.dk";
github = "martinjlowm";

View File

@ -118,6 +118,6 @@ buildPythonPackage rec {
homepage = "https://www.mypy-lang.org";
license = licenses.mit;
mainProgram = "mypy";
maintainers = with maintainers; [ martingms lnl7 ];
maintainers = with maintainers; [ lnl7 ];
};
}

View File

@ -42,6 +42,6 @@ buildPythonPackage rec {
description = "Experimental type system extensions for programs checked with the mypy typechecker";
homepage = "https://www.mypy-lang.org";
license = licenses.mit;
maintainers = with maintainers; [ martingms lnl7 ];
maintainers = with maintainers; [ lnl7 ];
};
}