python3Packages.osmnx: adopt it by the geospatial team

Changed files
+1
pkgs
development
python-modules
osmnx
+1
pkgs/development/python-modules/osmnx/default.nix
···
changelog = "https://github.com/gboeing/osmnx/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ psyanticy ];
+
teams = [ lib.teams.geospatial ];
};
}