Merge: postgresql: remove globin and ivan from maintainers (#358540)

This commit is contained in:
Maximilian Bosch 2024-11-23 20:36:36 +01:00 committed by GitHub
commit 975e7e7c20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -297,7 +297,7 @@ let
description = "Powerful, open source object-relational database system";
license = licenses.postgresql;
changelog = "https://www.postgresql.org/docs/release/${finalAttrs.version}/";
maintainers = with maintainers; [ globin ivan ] ++ teams.postgres.members;
maintainers = with maintainers; teams.postgres.members;
pkgConfigModules = [ "libecpg" "libecpg_compat" "libpgtypes" "libpq" ];
platforms = platforms.unix;