From 81aeafe1723c9fbdfc4200712aade683828402aa Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 31 Aug 2025 21:04:55 +0200 Subject: Fix missing HTTPS in repo url --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 368c60a..a06eb64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "passwordmaker-rs" -version = "0.2.2" +version = "0.2.3" edition = "2018" authors = ["Andreas Grois"] rust-version = "1.52" description = "Rust reimplementation of the PasswordMaker Pro algorithm. This is partially a port, partially written from scratch. Compatibility is a goal, but not guaranteed." -repository = "http://git.grois.info/passwordmaker-rs/" +repository = "https://git.grois.info/passwordmaker-rs/" # License is LGPL, because original PasswordMaker Pro is LPGL too. license = "LGPL-3.0-or-later" keywords = ["password", "crypto", "password-generator", "security"] -- cgit v1.2.3