From c11b05ff63f56ea85664f4fe074cdfd23c0a0386 Mon Sep 17 00:00:00 2001 From: omoikane <2000051+uguu-org@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:45:36 -0700 Subject: [PATCH] Make "original source code" unique for all .entry.json `1992/westley/.entry.json` is unique in that it's the only `.entry.json` that mentions "original source code" twice in the manifest. All other 365 `.entry.json` files has one unique reference for the main program. The original intended description was likely "the original version of westley.alt.c", hence this change. --- 1992/westley/.entry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1992/westley/.entry.json b/1992/westley/.entry.json index 719d0fafe8..592ec33191 100644 --- a/1992/westley/.entry.json +++ b/1992/westley/.entry.json @@ -51,7 +51,7 @@ "OK_to_edit" : true, "display_as" : "c", "display_via_github" : true, - "entry_text" : "original source code" + "entry_text" : "original alternate source code" }, { "file_path" : "westley.orig.c",