summary refs log tree commit diff
path: root/pkgs/applications/backup
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/backup')
-rw-r--r--pkgs/applications/backup/proxmox-backup-client/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/backup/proxmox-backup-client/default.nix b/pkgs/applications/backup/proxmox-backup-client/default.nix
index 4a924e89ca4..0b77fbf2eca 100644
--- a/pkgs/applications/backup/proxmox-backup-client/default.nix
+++ b/pkgs/applications/backup/proxmox-backup-client/default.nix
@@ -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;