postgresqlPackages.pgrouting: add geospatial team to maintainers

This commit is contained in:
Ivan Mincik 2023-11-28 12:56:11 +01:00
parent 8ae2bf1e60
commit 9d53f93b88

View File

@ -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;
};