Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2026-03-14 00:21:49 +00:00
committed by GitHub
165 changed files with 450 additions and 345 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;
};