From 70ebd0076ca3e49c82e005ad38e8c9af64317de3 Mon Sep 17 00:00:00 2001 From: networkException Date: Fri, 16 Aug 2024 10:46:42 +0200 Subject: [PATCH] Cargo: Update repository url in crate metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3bb4c4..e0de8fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = [ "networkException " ] license = "BSD-2-Clause" -repository = "https://gitlab.upi.li/networkException/random-file" +repository = "https://git.nwex.de/networkException/random-file" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html