itch: fix changelog
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user