Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2026-03-14 00:22:22 +00:00
committed by GitHub
169 changed files with 501 additions and 353 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;
};