diff --git a/settings.gradle.kts b/settings.gradle.kts index 01c98af..3a44699 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -19,7 +19,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -rootProject.name = "AE2CCBridge" +rootProject.name = "PowerAE2CCBridge" pluginManagement { repositories { diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 564358e..f6d64d0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,13 +3,13 @@ "id": "ae2cc", "version": "${version}", - "name": "AE2CC Bridge", + "name": "Power AE2CC Bridge", "description": "An Applied Energistics 2 bridge for ComputerCraft", "authors": ["TheMrMilchmann"], "contact": { - "homepage": "https://github.com/TheMrMilchmann/AE2CCBridge", - "issues": "https://github.com/TheMrMilchmann/AE2CCBridge/issues", - "sources": "https://github.com/TheMrMilchmann/AE2CCBridge" + "homepage": "https://github.com/GameModsBR/PowerAE2CCBridge", + "issues": "https://github.com/GameModsBR/PowerAE2CCBridge/issues", + "sources": "https://github.com/GameModsBR/PowerAE2CCBridge" }, "license": "MIT",