From 9e94d2170d7af7688aea106690cc246ee644d866 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 26 May 2024 21:03:50 +0530 Subject: [PATCH] chore(manifest): use github profile as website --- src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index cbc61d2..3ae148b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -9,7 +9,7 @@ "name": "DevComp", "contact": { "email": "hi@devcomp.xyz", - "homepage": "https://p.devcomp.xyz" + "homepage": "https://github.com/CompeyDev" } } ],