krz/rust-pass

A CLI password manager.

clone: git clone https://gitbay.org/krz/rust-pass.git

97ef12e54a9d8d632d675c2b5a532fce185a0b29

signed_unknown_key

author: Christian Cleberg <hello@cmc.pub> · 2025-03-11T23:27:29Z

move from cleberg.net to cmc.pub
 Cargo.toml  | 8 ++++----
 src/main.rs | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 3fc28ee..168d1d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,12 @@
 [package]
 name = "rpass"
-version = "0.1.0"
-authors = ["cmc <hello@cleberg.net>"]
+version = "0.1.1"
+authors = ["Christian Cleberg <hello@cmc.pub>"]
 license = "GPL-3.0-or-later"
 description = "A simple command-line password manager, written in Rust + SQLite."
 readme = "README.md"
-homepage = "https://sr.ht/~cmc/rpass/"
-repository = "https://git.sr.ht/~cmc/rpass"
+homepage = "https://sr.ht/~cyborg/rpass/"
+repository = "https://git.sr.ht/~cyborg/rpass"
 keywords = ["cli", "password-manager", "password-generator"]
 categories = ["command-line-utilities"]
 edition = "2018"
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")