summary refs log tree commit diff
path: root/pkgs/tools/backup/wal-e
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/backup/wal-e')
-rw-r--r--pkgs/tools/backup/wal-e/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/wal-e/default.nix b/pkgs/tools/backup/wal-e/default.nix
index c5a9ad4b3f9..9c7cb0a83fd 100644
--- a/pkgs/tools/backup/wal-e/default.nix
+++ b/pkgs/tools/backup/wal-e/default.nix
@@ -25,7 +25,7 @@ pythonPackages.buildPythonApplication rec {
   meta = {
     description = "A Postgres WAL-shipping disaster recovery and replication toolkit";
     homepage = https://github.com/wal-e/wal-e;
-    maintainers = [ stdenv.lib.maintainers.rickynils ];
+    maintainers = [];
     license = stdenv.lib.licenses.bsd3;
     platforms = stdenv.lib.platforms.linux;
   };