From c646dcf2632596b1a08aed19bb4d533c05727d88 Mon Sep 17 00:00:00 2001 From: Dietrich Date: Sat, 27 Mar 2021 07:36:24 +0100 Subject: [PATCH] move url to github as it has a more official touch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d31fc9f..a0b6b74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" keywords = ["url", "link", "webpage", "actix", "web"] categories = ["web-programming", "network-programming", "web-programming::http-server", "command-line-utilities"] readme = "README.md" -repository = "https://git.teilgedanken.de/dietrich/Pslink" +repository = "https://github.com/enaut/pslink/" build = "build.rs"