remove va1entin as maintainer

This commit is contained in:
Valentin Heidelberger 2021-07-13 21:05:55 +02:00
parent d91ff7a630
commit 55a60de2ac
3 changed files with 0 additions and 8 deletions

View file

@ -10964,12 +10964,6 @@
github = "deviant";
githubId = 68829907;
};
va1entin = {
email = "github@valentinsblog.com";
github = "va1entin";
githubId = 31535155;
name = "Valentin Heidelberger";
};
vaibhavsagar = {
email = "vaibhavsagar@gmail.com";
github = "vaibhavsagar";

View file

@ -23,6 +23,5 @@ buildPythonPackage rec {
homepage = "https://geographiclib.sourceforge.io";
description = "Algorithms for geodesics (Karney, 2013) for solving the direct and inverse problems for an ellipsoid of revolution";
license = licenses.mit;
maintainers = with maintainers; [ va1entin ];
};
}

View file

@ -37,7 +37,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "nacl" ];
meta = with lib; {
maintainers = with maintainers; [ va1entin ];
description = "Python binding to the Networking and Cryptography (NaCl) library";
homepage = "https://github.com/pyca/pynacl/";
license = licenses.asl20;