pigment: fix changelog (#435083)

authored by Yohann Boniface and committed by GitHub 09340442 b37d3014

+1 -1
+1 -1
pkgs/by-name/pi/pigment/package.nix
··· 60 60 description = "Extract color palettes from your images"; 61 61 homepage = "https://jeffser.com/pigment/"; 62 62 downloadPage = "https://github.com/Jeffser/Pigment"; 63 - changelog = "https://github.com/Jeffser/Pigment/releases/tag/v${version}"; 63 + changelog = "https://github.com/Jeffser/Pigment/releases/tag/${version}"; 64 64 license = lib.licenses.gpl3Plus; 65 65 mainProgram = "pigment"; 66 66 platforms = lib.platforms.linux;