From ccb79a925cceee939612830849ac0e7f70147ad2 Mon Sep 17 00:00:00 2001 From: Nadir Ishiguro <23151917+nadir-ishiguro@users.noreply.github.com> Date: Thu, 6 Nov 2025 09:38:23 +0100 Subject: [PATCH] pcloud: add link to changelog --- pkgs/by-name/pc/pcloud/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/pc/pcloud/package.nix b/pkgs/by-name/pc/pcloud/package.nix index 0026c25d77ce..69fb7076ceec 100644 --- a/pkgs/by-name/pc/pcloud/package.nix +++ b/pkgs/by-name/pc/pcloud/package.nix @@ -121,6 +121,7 @@ stdenv.mkDerivation { meta = with lib; { description = "Secure and simple to use cloud storage for your files; pCloud Drive, Electron Edition"; homepage = "https://www.pcloud.com/"; + changelog = "https://www.pcloud.com/release-notes/linux.html"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; maintainers = with maintainers; [ patryk27 ];