From 9626e73647db157011140aa85b6249cf7c9f1ac2 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 17 Aug 2023 22:07:27 +0200 Subject: build: change repository in Cargo.toml to the Github repo url --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] 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" -- cgit v1.2.3-18-g5258