From 602d562c6656ce88f401cfe47e097a8e757c7d0f Mon Sep 17 00:00:00 2001 From: "Brian J. Tarricone" Date: Wed, 30 Jul 2025 05:40:53 -0700 Subject: [PATCH] Fix repo/homepage URL --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2028bc5..bf16fc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ license = "AGPL-3.0" authors = [ "Brian J. Tarricone ", ] -homepage = "https://git.spurint.org/kelnos/bebot" -repository = "https://git.spurint.org/kelnos/bebot" +homepage = "https://git.spurint.org/brian/bebot" +repository = "https://git.spurint.org/brian/bebot" edition = "2021" categories = [ "development-tools",