pigment: fix changelog (#435083)

This commit is contained in:
Yohann Boniface
2025-08-24 14:55:03 +02:00
committed by GitHub
+1 -1
View File
@@ -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;