From bcd07fdd36efa8818a1bc8d45eade3505e1703ba Mon Sep 17 00:00:00 2001 From: cbax Date: Sun, 20 Oct 2024 23:09:41 -0400 Subject: [PATCH] changed urls --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5f3d758..99fa0f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "libax" -version = "0.1.0" +version = "0.1.1" edition = "2021" -authors = ["cbax "] +authors = ["cbax "] description = "Helper functions for cbax projects" readme = "README.md" homepage = "https://cbax.dev/libax" -repository = "https://github.com/LogoiLab/libax" +repository = "https://git.cbax.dev/cbax/libax" license = "GPL-3.0-or-later" keywords = ["helper", "auxilary"] publish = true