python3Packages.pyproj: add geospatial team to maintainers

This commit is contained in:
Ivan Mincik 2023-11-15 08:10:06 +01:00
parent 4af30c40e2
commit 2fe632cc11

View File

@ -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 ];
};
}