diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-11 18:27:29 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-11 18:27:29 -0500 |
commit | 97ef12e54a9d8d632d675c2b5a532fce185a0b29 (patch) | |
tree | c3b9048146208124dcc52ef3ac8c4a476abcd557 /src/main.rs | |
parent | a77fce943cdaf9784276035eb28c3fe67d69eed3 (diff) | |
download | rust-pass-97ef12e54a9d8d632d675c2b5a532fce185a0b29.tar.gz rust-pass-97ef12e54a9d8d632d675c2b5a532fce185a0b29.tar.bz2 rust-pass-97ef12e54a9d8d632d675c2b5a532fce185a0b29.zip |
move from cleberg.net to cmc.pub
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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 <hello@cleberg.net>") + .version("1.1") + .author("Christian Cleberg <hello@cmc.pub>") .about("A safe and convenient command-line password vault.") .arg(Arg::with_name("new") .short("n") |