From 7007ea10676b9a2fc44eb54169986a9f4221e1d3 Mon Sep 17 00:00:00 2001 From: peetzweg/ <839848+peetzweg@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:24:04 +0200 Subject: [PATCH] feat: adds JavaJam (#37) adds JavaJam --- src/data/clients.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/data/clients.ts b/src/data/clients.ts index 9389d51..c194cec 100644 --- a/src/data/clients.ts +++ b/src/data/clients.ts @@ -60,7 +60,8 @@ export const clients: ClientData[] = [ }, { name: "JamZig", - description: "Implementation of the Jam client in the Zig programming language.", + description: + "Implementation of the Jam client in the Zig programming language.", homepage: "https://jamzig.dev", lang: "Zig", lang_set: "B", @@ -309,4 +310,13 @@ export const clients: ClientData[] = [ milestone: 0, contact: ["https://x.com/nathanccxv"], }, + { + name: "JavaJam", + description: "Java implementation of JAM.", + homepage: "https://method5.com", + lang: "Java", + lang_set: "A", + milestone: 0, + contact: ["info@method5.com"], + }, ]