maintainers: remove martingms
I'm currently not using neither mypy nor nixpkgs, so can't be of much help.
This commit is contained in:
parent
8f0b117da1
commit
75aaea55f9
3 changed files with 2 additions and 8 deletions
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue