Skip to content

Commit 5ae1609

Browse files
committed
fix: Fix some obsolete URLs in fabric.mod.json files
1 parent 4818572 commit 5ae1609

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

amecs-bundle/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"contributors": [],
1111
"contact": {
12-
"homepage": "https://www.curseforge.com/minecraft/mc-mods/amecs",
12+
"homepage": "https://github.com/Siphalor/amecs",
1313
"issues": "https://github.com/Siphalor/amecs/issues",
1414
"sources": "https://github.com/Siphalor/amecs"
1515
},

nmuk/src/main/resources/fabric.mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
],
1010
"contributors": [],
1111
"contact": {
12-
"sources": "https://github.com/Siphalor/nmuk",
13-
"homepage": "https://github.com/Siphalor/nmuk",
14-
"issues": "https://github.com/Siphalor/nmuk/issues"
12+
"sources": "https://github.com/Siphalor/amecs",
13+
"homepage": "https://github.com/Siphalor/amecs",
14+
"issues": "https://github.com/Siphalor/amecs/issues"
1515
},
1616
"license": "Apache-2.0",
1717
"icon": "assets/nmuk/logo.png",

0 commit comments

Comments
 (0)