Unverified Commit 00922ed1 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

maelstrom-clj: fix changelog url (#514799)

parents acfcf9e7 c674a9fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;