Skip to content

Commit

Permalink
postgresql: remove danbst from maintainer list
Browse files Browse the repository at this point in the history
Thanks a lot for all your work! If you ever come back to nixpkgs, feel
free to revert the commit, your return would be welcomed!
  • Loading branch information
Ma27 committed Nov 2, 2024
1 parent c657059 commit 184cda2
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 @@ -320,7 +320,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; [ danbst globin ivan ] ++ teams.postgres.members;
maintainers = with maintainers; [ globin ivan ] ++ teams.postgres.members;
pkgConfigModules = [ "libecpg" "libecpg_compat" "libpgtypes" "libpq" ];
platforms = platforms.unix;

Expand Down

0 comments on commit 184cda2

Please sign in to comment.