postgresql: remove globin and ivan from maintainers

No response for 3 weeks to:
https://github.com/NixOS/nixpkgs/pull/352905#discussion_r1826066338
This commit is contained in:
Wolfgang Walther 2024-11-23 19:54:29 +01:00
parent 15bd4e4059
commit f51153540e
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -297,7 +297,7 @@ let
description = "Powerful, open source object-relational database system"; description = "Powerful, open source object-relational database system";
license = licenses.postgresql; license = licenses.postgresql;
changelog = "https://www.postgresql.org/docs/release/${finalAttrs.version}/"; 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" ]; pkgConfigModules = [ "libecpg" "libecpg_compat" "libpgtypes" "libpq" ];
platforms = platforms.unix; platforms = platforms.unix;