Loading pkgs/development/python-modules/pyproj/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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
pkgs/development/python-modules/pyproj/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; }; }