maelstrom-clj: fix changelog url (#514799)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-29 21:24:08 +00:00
committed by GitHub
+1 -1
View File
@@ -48,7 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Workbench for writing toy implementations of distributed systems";
homepage = "https://github.com/jepsen-io/maelstrom";
changelog = "https://github.com/jepsen-io/maelstrom/releases/tag/${finalAttrs.version}";
changelog = "https://github.com/jepsen-io/maelstrom/releases/tag/v${finalAttrs.version}";
mainProgram = "maelstrom";
sourceProvenance = [ lib.sourceTypes.binaryBytecode ];
license = lib.licenses.epl10;