aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinyourwalls <inyourwalls@tutanota.com>2024-06-24 16:48:12 -0400
committerinyourwalls <inyourwalls@tutanota.com>2024-06-24 16:48:12 -0400
commit39b9fb9104a74894653d8e7e9070aaf93330f6a6 (patch)
treee83c18540c9d6146cb1a9ab96ff3a5040ca03b6b
parent56531253380bcbcb7d98ea074ba31a314a39ac8f (diff)
migrating repository to codeberg
-rw-r--r--README.md3
-rw-r--r--src/main/resources/fabric.mod.json2
2 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7f245fd..020e527 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,7 @@ Simple Minecraft mod that displays a bit of extra information in furnaces.
The mod can be downloaded from [Modrinth](https://modrinth.com/mod/frank).
Alternatively, you can clone the mod
-[source code](https://gitlab.com/programmersocks/frank) and compile it
-yourself.
+[source code](https://codeberg.org/inyourwalls/frank) and compile it yourself.
Frank requires [Fabric API](https://modrinth.com/mod/fabric-api). The config
screen requires [Mod Menu](https://modrinth.com/mod/modmenu) to be accessed.
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index e608d30..6b2edac 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -8,7 +8,7 @@
"InYourWalls"
],
"contact": {
- "sources": "https://gitlab.com/programmersocks/frank"
+ "sources": "https://codeberg.org/inyourwalls/frank"
},
"license": "MIT",
"icon": "assets/frank/icon.png",