maintainers: drop marcweber (#497262)

This commit is contained in:
Yohann Boniface
2026-03-13 22:30:09 +00:00
committed by GitHub
53 changed files with 38 additions and 59 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ postgresqlBuildExtension (finalAttrs: {
homepage = "https://postgis.net/";
changelog = "https://git.osgeo.org/postgis/postgis/raw/tag/${finalAttrs.version}/NEWS";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ marcweber ];
maintainers = [ ];
teams = [ lib.teams.geospatial ];
inherit (postgresql.meta) platforms;
};