From 9d53f93b88a9fe0ccad3123a5c46996cae16b722 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Tue, 28 Nov 2023 12:56:11 +0100 Subject: postgresqlPackages.pgrouting: add geospatial team to maintainers --- pkgs/servers/sql/postgresql/ext/pgrouting.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/servers/sql') diff --git a/pkgs/servers/sql/postgresql/ext/pgrouting.nix b/pkgs/servers/sql/postgresql/ext/pgrouting.nix index c4166a404b08..90851a482544 100644 --- a/pkgs/servers/sql/postgresql/ext/pgrouting.nix +++ b/pkgs/servers/sql/postgresql/ext/pgrouting.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { description = "A PostgreSQL/PostGIS extension that provides geospatial routing functionality"; homepage = "https://pgrouting.org/"; changelog = "https://github.com/pgRouting/pgrouting/releases/tag/v${version}"; - maintainers = [ maintainers.steve-chavez ]; + maintainers = with maintainers; teams.geospatial.members ++ [ steve-chavez ]; platforms = postgresql.meta.platforms; license = licenses.gpl2Plus; }; -- cgit 1.4.1