proxmox-backup-client: add changelog url

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-06-29 17:57:01 +02:00
parent 5e714a5952
commit 5d511d1a1b
No known key found for this signature in database
GPG key ID: 6817E9C75C0785D7

View file

@ -95,6 +95,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "The command line client for Proxmox Backup Server";
homepage = "https://pbs.proxmox.com/docs/backup-client.html";
changelog = "https://git.proxmox.com/?p=proxmox-backup.git;a=blob;f=debian/changelog;hb=refs/tags/v${version}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ cofob christoph-heiss ];
platforms = platforms.linux;