about summary refs log tree commit diff
path: root/pkgs/tools/backup/wal-g
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/tools/backup/wal-g
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/tools/backup/wal-g')
-rw-r--r--pkgs/tools/backup/wal-g/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/wal-g/default.nix b/pkgs/tools/backup/wal-g/default.nix
index a2702f993a69c..f3c415f3cd0f9 100644
--- a/pkgs/tools/backup/wal-g/default.nix
+++ b/pkgs/tools/backup/wal-g/default.nix
@@ -27,6 +27,6 @@ buildGoModule rec {
     homepage = "https://github.com/wal-g/wal-g";
     license = licenses.asl20;
     description = "An archival restoration tool for PostgreSQL";
-    maintainers = with maintainers; [ ocharles marsam ];
+    maintainers = with maintainers; [ marsam ];
   };
 }