itch: fix changelog

This commit is contained in:
Pasquale Di Maria
2026-06-24 11:11:44 +02:00
parent 13e5da4fa1
commit 078bcb8238
+1 -1
View File
@@ -94,7 +94,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = {
description = "Best way to play itch.io games";
homepage = "https://github.com/itchio/itch";
changelog = "https://github.com/itchio/itch/releases/tag/v${version}-canary";
changelog = "https://github.com/itchio/itch/releases/tag/v${version}";
license = lib.licenses.mit;
platforms = [ "x86_64-linux" ];
sourceProvenance = [ lib.sourceTypes.binaryBytecode ];