mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
remove va1entin as maintainer
This commit is contained in:
parent
d91ff7a630
commit
55a60de2ac
@ -10964,12 +10964,6 @@
|
|||||||
github = "deviant";
|
github = "deviant";
|
||||||
githubId = 68829907;
|
githubId = 68829907;
|
||||||
};
|
};
|
||||||
va1entin = {
|
|
||||||
email = "github@valentinsblog.com";
|
|
||||||
github = "va1entin";
|
|
||||||
githubId = 31535155;
|
|
||||||
name = "Valentin Heidelberger";
|
|
||||||
};
|
|
||||||
vaibhavsagar = {
|
vaibhavsagar = {
|
||||||
email = "vaibhavsagar@gmail.com";
|
email = "vaibhavsagar@gmail.com";
|
||||||
github = "vaibhavsagar";
|
github = "vaibhavsagar";
|
||||||
|
@ -23,6 +23,5 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://geographiclib.sourceforge.io";
|
homepage = "https://geographiclib.sourceforge.io";
|
||||||
description = "Algorithms for geodesics (Karney, 2013) for solving the direct and inverse problems for an ellipsoid of revolution";
|
description = "Algorithms for geodesics (Karney, 2013) for solving the direct and inverse problems for an ellipsoid of revolution";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ va1entin ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,6 @@ buildPythonPackage rec {
|
|||||||
pythonImportsCheck = [ "nacl" ];
|
pythonImportsCheck = [ "nacl" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
maintainers = with maintainers; [ va1entin ];
|
|
||||||
description = "Python binding to the Networking and Cryptography (NaCl) library";
|
description = "Python binding to the Networking and Cryptography (NaCl) library";
|
||||||
homepage = "https://github.com/pyca/pynacl/";
|
homepage = "https://github.com/pyca/pynacl/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
Loading…
Reference in New Issue
Block a user