about summary refs log tree commit diff
path: root/pkgs/servers/sql
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-08-20 19:36:05 +0200
committerRobin Gloster <mail@glob.in>2019-08-20 19:36:05 +0200
commit4e60b0efae56cc8e1a8a606a5a89462c38aba305 (patch)
tree37854d4ce85949c9f06e1c18187aaf183ced9cab /pkgs/servers/sql
parent03d34165bfe44ea6e1641303808112b7cb78d1ce (diff)
downloadnixlib-4e60b0efae56cc8e1a8a606a5a89462c38aba305.tar
nixlib-4e60b0efae56cc8e1a8a606a5a89462c38aba305.tar.gz
nixlib-4e60b0efae56cc8e1a8a606a5a89462c38aba305.tar.bz2
nixlib-4e60b0efae56cc8e1a8a606a5a89462c38aba305.tar.lz
nixlib-4e60b0efae56cc8e1a8a606a5a89462c38aba305.tar.xz
nixlib-4e60b0efae56cc8e1a8a606a5a89462c38aba305.tar.zst
nixlib-4e60b0efae56cc8e1a8a606a5a89462c38aba305.zip
treewide: update globin's maintained drvs
Diffstat (limited to 'pkgs/servers/sql')
-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 711ad35bcc1b..5421bfb0f2f6 100644
--- a/pkgs/servers/sql/postgresql/default.nix
+++ b/pkgs/servers/sql/postgresql/default.nix
@@ -133,7 +133,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 ];
+      maintainers = with maintainers; [ ocharles thoughtpolice danbst globin ];
       platforms   = platforms.unix;
       knownVulnerabilities = optional (!atLeast "9.4")
         "PostgreSQL versions older than 9.4 are not maintained anymore!";