From 898ccab8a4837df096b1f43c0465ecd8007e39a7 Mon Sep 17 00:00:00 2001 From: sripwoud Date: Mon, 19 Aug 2024 12:27:27 +0200 Subject: [PATCH] Set anonklub status to `inactive` --- data/projects/anon-klub.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/projects/anon-klub.ts b/data/projects/anon-klub.ts index c15532bb..228c4112 100644 --- a/data/projects/anon-klub.ts +++ b/data/projects/anon-klub.ts @@ -7,7 +7,7 @@ AnonKlub is a tool designed for Ethereum developers that allows for anonymous pr export const anonKlub: ProjectInterface = { id: "anon-klub", section: "pse", - projectStatus: "active", + projectStatus: "inactive", image: "anonklub.svg", name: "AnonKlub", tldr: "A mechanism for anonymous proof of Ethereum address ownership.",