From ac60443a08365161b6d78ac354b6a8ffc2e2df18 Mon Sep 17 00:00:00 2001 From: DataHearth Date: Wed, 7 Dec 2022 19:24:47 +0000 Subject: [PATCH] chore: update urls --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4e8c3bf..65c7733 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" authors = ["Antoine Langlois "] license = "GPL-3.0-or-later" description = "Small CLI tool to initialize a python project" -homepage = "https://gitea.antoine-langlois.net/DataHeart/pynit" -repository = "https://gitea.antoine-langlois.net/DataHeart/pynit" +homepage = "https://gitea.antoine-langlois.net/DataHearth/pynit" +repository = "https://gitea.antoine-langlois.net/DataHearth/pynit" keywords = ["automation", "CLI"] [dependencies]