summary refs log tree commit diff
path: root/pkgs/applications/backup/proxmox-backup-client/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/backup/proxmox-backup-client/default.nix')
-rw-r--r--pkgs/applications/backup/proxmox-backup-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/backup/proxmox-backup-client/default.nix b/pkgs/applications/backup/proxmox-backup-client/default.nix
index 7c6cf6408a51a..92e44fc90febe 100644
--- a/pkgs/applications/backup/proxmox-backup-client/default.nix
+++ b/pkgs/applications/backup/proxmox-backup-client/default.nix
@@ -64,7 +64,7 @@ rustPlatform.buildRustPackage rec {
     description = "The command line client for Proxmox Backup Server";
     homepage = "https://pbs.proxmox.com/docs/backup-client.html";
     license = licenses.agpl3Only;
-    maintainers = with maintainers; [ cofob ];
+    maintainers = with maintainers; [ cofob christoph-heiss ];
     platforms = platforms.linux;
   };
 }