proxmox-backup-client: add christoph-heiss as maintainer

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss
2023-03-29 20:24:22 +02:00
parent 1eab6a2fd2
commit b1f77073bc
@@ -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;
};
}