mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python3Packages.pyproj: add geospatial team to maintainers
This commit is contained in:
parent
4af30c40e2
commit
2fe632cc11
@ -100,11 +100,11 @@ buildPythonPackage rec {
|
||||
"pyproj.exceptions"
|
||||
];
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "Python interface to PROJ library";
|
||||
homepage = "https://github.com/pyproj4/pyproj";
|
||||
changelog = "https://github.com/pyproj4/pyproj/blob/${src.rev}/docs/history.rst";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ lsix dotlambda ];
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; teams.geospatial.members ++ [ lsix dotlambda ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user