Update website URLs in generate-manifest.py and manifest.json

This commit is contained in:
Isaac Shoebottom 2024-01-19 21:17:32 -04:00
parent cee0e4f79f
commit 09943b6d00
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ def main():
NAME = "YooplePack" NAME = "YooplePack"
VERSION = "1.0.0" VERSION = "1.0.0"
WEBSITE = "https://git.shoebottom.ca/IsaacShoebottom/YooplePack" WEBSITE = "https://github.com/IsaacShoebottom/YooplePack"
DESCRIPTION = "Modpack for the Yoople server" DESCRIPTION = "Modpack for the Yoople server"
# Read dependencies file # Read dependencies file

View File

@ -1,7 +1,7 @@
{ {
"name": "YooplePack", "name": "YooplePack",
"version_number": "1.0.0", "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", "description": "Modpack for the Yoople server",
"dependencies": [ "dependencies": [
"BepInEx-BepInExPack-5.4.2100", "BepInEx-BepInExPack-5.4.2100",