about summary refs log tree commit diff
path: root/pkgs/servers/sql
diff options
context:
space:
mode:
authorWolfgang Walther <walther@technowledgy.de>2024-06-04 19:07:31 +0200
committerWolfgang Walther <walther@technowledgy.de>2024-06-04 20:56:47 +0200
commitf43616270ac73042f4b590d3c64902f1f0223363 (patch)
treeeadce6c2016c64a55cbfeab56ed0da010a22b554 /pkgs/servers/sql
parentd1e34f6138adc925c9c50803fcae2a61881126c7 (diff)
postgresql: add wolfgangwalther as maintainer
Diffstat (limited to 'pkgs/servers/sql')
-rw-r--r--pkgs/servers/sql/postgresql/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/sql/postgresql/generic.nix b/pkgs/servers/sql/postgresql/generic.nix
index b082a1b9292c4..dbca8202d47cb 100644
--- a/pkgs/servers/sql/postgresql/generic.nix
+++ b/pkgs/servers/sql/postgresql/generic.nix
@@ -252,7 +252,7 @@ let
       description = "A powerful, open source object-relational database system";
       license     = licenses.postgresql;
       changelog   = "https://www.postgresql.org/docs/release/${finalAttrs.version}/";
-      maintainers = with maintainers; [ thoughtpolice danbst globin ivan ma27 ];
+      maintainers = with maintainers; [ thoughtpolice danbst globin ivan ma27 wolfgangwalther ];
       pkgConfigModules = [ "libecpg" "libecpg_compat" "libpgtypes" "libpq" ];
       platforms   = platforms.unix;