summary refs log tree commit diff
path: root/pkgs/applications/backup
diff options
context:
space:
mode:
authorChristoph Heiss <christoph@c8h4.io>2023-02-11 12:54:08 +0100
committerChristoph Heiss <christoph@c8h4.io>2023-03-29 20:24:22 +0200
commitb1f77073bc7befc680055095bd13a1e97530e265 (patch)
tree22a17e7171e5ab7ae55f308b9b7d8e1f3cd7abf8 /pkgs/applications/backup
parent1eab6a2fd266e962b94a6593535a48338cdf9653 (diff)
proxmox-backup-client: add christoph-heiss as maintainer
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
Diffstat (limited to 'pkgs/applications/backup')
-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;
   };
 }