From 1808d2fd77526d335ab6ab4e85b99b1ddbbf07ed Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Fri, 20 Oct 2023 14:33:17 +0530 Subject: [PATCH] fix: repo versions --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5d70a57..197562a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] authors = ["realaravinth "] build = "build.rs" -documentation = "https://github.con/realaravinth/libmedium" +documentation = "https://git.batsense.net/realaravinth/libmedium" edition = "2021" -homepage = "https://github.com/realaravinth/libmedium" +homepage = "https://git.batsense.net/realaravinth/libmedium" license = "AGPLv3 or later version" name = "libmedium" -readme = "https://github.com/realaravinth/libmedium/blob/master/README.md" -repository = "https://github.com/realaravinth/libmedium" +readme = "https://git.batsense.net/realaravinth/libmedium/blob/master/README.md" +repository = "https://git.batsense.net/realaravinth/libmedium" version = "0.1.0" [dependencies]