From 97ef12e54a9d8d632d675c2b5a532fce185a0b29 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 11 Mar 2025 18:27:29 -0500 Subject: move from cleberg.net to cmc.pub --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index f771a14..b4b1feb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -312,8 +312,8 @@ fn decrypt(ciphertext: String) -> String { // Interpret user commands fn main() { let matches = App::new("rpass") - .version("1.0") - .author("cmc ") + .version("1.1") + .author("Christian Cleberg ") .about("A safe and convenient command-line password vault.") .arg(Arg::with_name("new") .short("n") -- cgit v1.2.3-70-g09d2