frotz and sfrotz: fix changelog link (#537516)

This commit is contained in:
Sandro
2026-07-01 18:15:47 +00:00
committed by GitHub

View File

@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://davidgriffith.gitlab.io/frotz/";
changelog = "https://gitlab.com/DavidGriffith/frotz/-/raw/${finalAttrs.version}/NEWS";
changelog = "https://gitlab.com/DavidGriffith/frotz/-/raw/${finalAttrs.version}/ChangeLog";
description = "Z-machine interpreter for Infocom games and other interactive fiction (${frontend})";
mainProgram = progName;
platforms = lib.platforms.unix;