summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-09-24 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-09-24 04:20:00 +0000
commit8f9d4f3fc68b6776edcafb99fd8a31cce31906b0 (patch)
tree377b7a42ced94749b586929ec031e1f2218cc779 /pkgs/servers
parent27733e2bf626741fea9c33f4f5474e959b37ef76 (diff)
downloadnixpkgs-8f9d4f3fc68b6776edcafb99fd8a31cce31906b0.tar
nixpkgs-8f9d4f3fc68b6776edcafb99fd8a31cce31906b0.tar.gz
nixpkgs-8f9d4f3fc68b6776edcafb99fd8a31cce31906b0.tar.bz2
nixpkgs-8f9d4f3fc68b6776edcafb99fd8a31cce31906b0.tar.lz
nixpkgs-8f9d4f3fc68b6776edcafb99fd8a31cce31906b0.tar.xz
nixpkgs-8f9d4f3fc68b6776edcafb99fd8a31cce31906b0.tar.zst
nixpkgs-8f9d4f3fc68b6776edcafb99fd8a31cce31906b0.zip
postgresql: add marsam as maintainer
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/sql/postgresql/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/sql/postgresql/default.nix b/pkgs/servers/sql/postgresql/default.nix
index dbe792e5157..bc1108ad333 100644
--- a/pkgs/servers/sql/postgresql/default.nix
+++ b/pkgs/servers/sql/postgresql/default.nix
@@ -144,7 +144,7 @@ let
       homepage    = "https://www.postgresql.org";
       description = "A powerful, open source object-relational database system";
       license     = licenses.postgresql;
-      maintainers = with maintainers; [ ocharles thoughtpolice danbst globin ];
+      maintainers = with maintainers; [ ocharles thoughtpolice danbst globin marsam ];
       platforms   = platforms.unix;
       knownVulnerabilities = optional (!atLeast "9.4")
         "PostgreSQL versions older than 9.4 are not maintained anymore!";