From 09943b6d007930b2dcb8b88ef584bb95ea43b697 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Fri, 19 Jan 2024 21:17:32 -0400 Subject: [PATCH] Update website URLs in generate-manifest.py and manifest.json --- generate-manifest.py | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",