From da4be1e8e41d4241590207a107023c097ef201ef Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 22 May 2024 20:55:07 -0400 Subject: [PATCH] Change repo url --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7fa122b..f91e5c6 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "physis" -version = "0.2.2" +version = "0.2.3" authors = ["Joshua Goins "] 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" @@ -74,4 +74,4 @@ glam = { version = "0.24.1", optional = true } bitflags = { version = "1.3", optional = true } # needed for dxt/bc decompression -texpresso = { version = "2", optional = true } \ No newline at end of file +texpresso = { version = "2", optional = true }