From 4ca55decf7a4188deb9c6439e53cb927d5da5e60 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 26 Sep 2022 12:15:37 +0200 Subject: [PATCH] Change repository to Gitea. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ab86f7..ea2fb5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "gravatar-rs" description = "Gravatar image URL library" -repository = "https://github.com/Holllo/gravatar-rs" +repository = "https://git.bauke.xyz/Holllo/gravatar-rs" license = "MIT OR Apache-2.0" version = "0.2.1" authors = ["Holllo "]