diff options
author | HampusM <hampus@hampusmat.com> | 2023-08-17 22:07:27 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-08-17 22:07:27 +0200 |
commit | 9626e73647db157011140aa85b6249cf7c9f1ac2 (patch) | |
tree | 5280b50a6f713e53bf5136eb5a60c1f1183ca5cb /Cargo.toml | |
parent | 8aeb7ad439b67228a0abc46b259967e8c91f8a97 (diff) |
build: change repository in Cargo.toml to the Github repo url
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |