aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-08-17 22:07:27 +0200
committerHampusM <hampus@hampusmat.com>2023-08-17 22:07:27 +0200
commit9626e73647db157011140aa85b6249cf7c9f1ac2 (patch)
tree5280b50a6f713e53bf5136eb5a60c1f1183ca5cb /Cargo.toml
parent8aeb7ad439b67228a0abc46b259967e8c91f8a97 (diff)
build: change repository in Cargo.toml to the Github repo url
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d33742b..deeb8b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.4.2"
license = "MIT OR Apache-2.0"
authors = ["HampusM <hampus@hampusmat.com>"]
description = "The convenient dependency injection framework"
-repository = "https://git.hampusmat.com/syrette"
+repository = "https://github.com/HampusMat/Syrette"
keywords = ["di", "dependency-injection", "ioc", "inversion-of-control"]
edition = "2021"
rust-version = "1.62.1"