From c193701c77817fb10281b81b1651a0c9d4c40ea2 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Wed, 24 Sep 2025 10:25:25 +0200 Subject: [PATCH] python3Packages.osmnx: adopt it by the geospatial team --- pkgs/development/python-modules/osmnx/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/osmnx/default.nix b/pkgs/development/python-modules/osmnx/default.nix index bcca8914ca2d..da769d05c227 100644 --- a/pkgs/development/python-modules/osmnx/default.nix +++ b/pkgs/development/python-modules/osmnx/default.nix @@ -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 ]; }; }