summary refs log tree commit diff
path: root/pkgs/tools/backup/btrbk/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/backup/btrbk/default.nix')
-rw-r--r--pkgs/tools/backup/btrbk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/btrbk/default.nix b/pkgs/tools/backup/btrbk/default.nix
index ca043692788..0c528bcea1e 100644
--- a/pkgs/tools/backup/btrbk/default.nix
+++ b/pkgs/tools/backup/btrbk/default.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
     homepage = "https://digint.ch/btrbk";
     license = licenses.gpl3;
     platforms = platforms.unix;
-    maintainers = with maintainers; [ asymmetric the-kenny ];
+    maintainers = with maintainers; [ asymmetric ];
     inherit version;
   };
 }