python3Packages.osmnx: adopt it by the geospatial team (#445744)

This commit is contained in:
Ivan Mincik
2025-09-26 06:27:36 +00:00
committed by GitHub
@@ -62,5 +62,6 @@ buildPythonPackage rec {
changelog = "https://github.com/gboeing/osmnx/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ psyanticy ];
teams = [ lib.teams.geospatial ];
};
}