Skip to content

Commit

Permalink
postgresql: remove globin and ivan from maintainers
Browse files Browse the repository at this point in the history
No response for 3 weeks to:
NixOS#352905 (comment)
  • Loading branch information
wolfgangwalther committed Nov 23, 2024
1 parent 15bd4e4 commit f511535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/sql/postgresql/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f511535

Please sign in to comment.