python3Packages.osmnx: adopt it by the geospatial team

This commit is contained in:
Augustin Trancart
2025-09-24 10:43:27 +02:00
parent e2642aa7d5
commit c193701c77
@@ -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 ];
};
}