diff --git a/admin/Cargo.toml b/admin/Cargo.toml index d1cda79..c4b4cc3 100644 --- a/admin/Cargo.toml +++ b/admin/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Denis Drakhnia "] edition = "2021" rust-version = "1.56" homepage = "https://xash.su" -repository = "https://git.mentality.rip/numas13/xash3d-master" +repository = "https://github.com/FWGS/xash3d-master" [dependencies] thiserror = "1.0.49" diff --git a/master/Cargo.toml b/master/Cargo.toml index 9f4b1aa..e10f0b2 100644 --- a/master/Cargo.toml +++ b/master/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Denis Drakhnia "] edition = "2021" rust-version = "1.56" homepage = "https://xash.su" -repository = "https://git.mentality.rip/numas13/xash3d-master" +repository = "https://github.com/FWGS/xash3d-master" [features] default = ["logtime"] diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index fb514e4..e7a3969 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Denis Drakhnia "] edition = "2021" rust-version = "1.56" homepage = "https://xash.su" -repository = "https://git.mentality.rip/numas13/xash3d-master" +repository = "https://github.com/FWGS/xash3d-master" [features] default = ["std", "net"] diff --git a/query/Cargo.toml b/query/Cargo.toml index 213c4e6..54048c9 100644 --- a/query/Cargo.toml +++ b/query/Cargo.toml @@ -9,7 +9,7 @@ authors = ["Denis Drakhnia "] edition = "2021" rust-version = "1.56" homepage = "https://xash.su" -repository = "https://git.mentality.rip/numas13/xash3d-master" +repository = "https://github.com/FWGS/xash3d-master" [features] default = ["color"]