From b2c520ff179defd2ab71c651b0880d7ffded32cd Mon Sep 17 00:00:00 2001 From: awwpotato Date: Tue, 19 Aug 2025 12:46:06 -0700 Subject: [PATCH] pigment: fix changelog --- pkgs/by-name/pi/pigment/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/pi/pigment/package.nix b/pkgs/by-name/pi/pigment/package.nix index 95135595e94b..4ff5383133c6 100644 --- a/pkgs/by-name/pi/pigment/package.nix +++ b/pkgs/by-name/pi/pigment/package.nix @@ -60,7 +60,7 @@ python3Packages.buildPythonApplication { description = "Extract color palettes from your images"; homepage = "https://jeffser.com/pigment/"; downloadPage = "https://github.com/Jeffser/Pigment"; - changelog = "https://github.com/Jeffser/Pigment/releases/tag/v${version}"; + changelog = "https://github.com/Jeffser/Pigment/releases/tag/${version}"; license = lib.licenses.gpl3Plus; mainProgram = "pigment"; platforms = lib.platforms.linux;