mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #130123 from va1entin/remove_maintainer_va1entin
remove va1entin as maintainer
This commit is contained in:
commit
8a053eaecb
@ -10970,12 +10970,6 @@
|
||||
github = "deviant";
|
||||
githubId = 68829907;
|
||||
};
|
||||
va1entin = {
|
||||
email = "github@valentinsblog.com";
|
||||
github = "va1entin";
|
||||
githubId = 31535155;
|
||||
name = "Valentin Heidelberger";
|
||||
};
|
||||
vaibhavsagar = {
|
||||
email = "vaibhavsagar@gmail.com";
|
||||
github = "vaibhavsagar";
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user