about summary refs log tree commit diff
path: root/pkgs/servers/sql
diff options
context:
space:
mode:
authorOllie Charles <ollie@ocharles.org.uk>2020-12-07 14:26:45 +0000
committerOllie Charles <ollie@ocharles.org.uk>2020-12-07 14:30:37 +0000
commit1675b11cd4cbf326e9a20c768c5e7bdf3031b088 (patch)
treec6aeccf30393be9607be5ccfe6bf7760ef734d8a /pkgs/servers/sql
parente750a79e49bb24fcc5e3005936ca788a2bd48e87 (diff)
Remove myself from maintainers sets
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
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 7ec59c6873b59..ed3fe43faebd6 100644
--- a/pkgs/servers/sql/postgresql/default.nix
+++ b/pkgs/servers/sql/postgresql/default.nix
@@ -148,7 +148,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 marsam ];
+      maintainers = with maintainers; [ thoughtpolice danbst globin marsam ];
       platforms   = platforms.unix;
       knownVulnerabilities = optional (!atLeast "9.4")
         "PostgreSQL versions older than 9.4 are not maintained anymore!";