diff --git a/generate-manifest.py b/generate-manifest.py index 49ffeb4..f3b05c6 100644 --- a/generate-manifest.py +++ b/generate-manifest.py @@ -7,7 +7,7 @@ def main(): NAME = "YooplePack" VERSION = "1.0.0" - WEBSITE = "https://git.shoebottom.ca/IsaacShoebottom/YooplePack" + WEBSITE = "https://github.com/IsaacShoebottom/YooplePack" DESCRIPTION = "Modpack for the Yoople server" # Read dependencies file diff --git a/manifest.json b/manifest.json index 983f5d0..dac5f09 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "YooplePack", "version_number": "1.0.0", - "website_url": "https://git.shoebottom.ca/IsaacShoebottom/YooplePack", + "website_url": "https://github.com/IsaacShoebottom/YooplePack", "description": "Modpack for the Yoople server", "dependencies": [ "BepInEx-BepInExPack-5.4.2100",