From c1fb2c5fa72838f40b3a2c11392dfdc6589d5454 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 22 May 2024 20:53:51 -0400 Subject: [PATCH] Change repo url --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2261f59..0f5a86f 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "Interact with XIV game data." license = "GPL-3.0" homepage = "https://xiv.zone/physis" -repository = "https://git.sr.ht/~redstrate/physis" +repository = "https://github.com/redstrate/Physis" keywords = ["ffxiv", "modding"] documentation = "https://docs.xiv.zone/docs/physis/" readme = "README.md"