Skip to content

Commit 975e7e7

Browse files
authored
Merge: postgresql: remove globin and ivan from maintainers (#358540)
2 parents 053e9d3 + f511535 commit 975e7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/servers/sql/postgresql/generic.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ let
297297
description = "Powerful, open source object-relational database system";
298298
license = licenses.postgresql;
299299
changelog = "https://www.postgresql.org/docs/release/${finalAttrs.version}/";
300-
maintainers = with maintainers; [ globin ivan ] ++ teams.postgres.members;
300+
maintainers = with maintainers; teams.postgres.members;
301301
pkgConfigModules = [ "libecpg" "libecpg_compat" "libpgtypes" "libpq" ];
302302
platforms = platforms.unix;
303303

0 commit comments

Comments
 (0)