Merge pull request #317270 from wolfgangwalther/maintain-postgres

postgresql: add wolfgangwalther as maintainer
This commit is contained in:
Maximilian Bosch
2024-06-08 13:49:24 +00:00
committed by GitHub
+1 -1
View File
@@ -252,7 +252,7 @@ let
description = "A powerful, open source object-relational database system";
license = licenses.postgresql;
changelog = "https://www.postgresql.org/docs/release/${finalAttrs.version}/";
maintainers = with maintainers; [ thoughtpolice danbst globin ivan ma27 ];
maintainers = with maintainers; [ thoughtpolice danbst globin ivan ma27 wolfgangwalther ];
pkgConfigModules = [ "libecpg" "libecpg_compat" "libpgtypes" "libpq" ];
platforms = platforms.unix;