From ed8c2f03830b1417ebee0b9b727fcd6b76d46e55 Mon Sep 17 00:00:00 2001 From: davidontop Date: Fri, 9 Feb 2024 14:37:40 +0100 Subject: [PATCH] fix: repo url --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4f78c2d..0e5f0f7 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,9 @@ version = "1.1.0" edition = "2021" license = "MIT" description = "A crate that adds utilities for dealing with binary flags" -authors = ["0David "] +authors = ["DavidOnTop "] readme = "README.md" -repository = "https://github.com/D0A1V2I3D/binf" +repository = "https://git.srht.davidon.top/~davidontop/binf" documentation = "https://docs.rs/binf/" [workspace]