We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f685cf commit 8d64d79Copy full SHA for 8d64d79
src/main/resources/fabric.mod.json
@@ -8,8 +8,8 @@
8
"${modAuthors}"
9
],
10
"contact": {
11
- "homepage": "",
12
- "sources": ""
+ "homepage": "https://github.com/lambda-client/lambda",
+ "sources": "https://github.com/lambda-client/lambda"
13
},
14
"license": "GNU General Public License v3.0",
15
"icon": "${modIcon}",
src/test/kotlin/TaskTest.kt
0 commit comments