krz/rust-pass

A CLI password manager.

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

c8085217e3b81152d0fac32dcc31bfeb7d118314

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-12-31T04:31:28Z

update from sourcehut to cgit
 Cargo.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 04ae4b5..acf8d81 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,12 @@
 [package]
 name = "rpass"
-version = "0.1.2"
+version = "0.1.3"
 authors = ["Christian Cleberg <hello@cleberg.net>"]
 license = "GPL-3.0-or-later"
 description = "A simple command-line password manager, written in Rust + SQLite."
 readme = "README.md"
-homepage = "https://git.sr.ht/~cxc/rust-pass"
-repository = "https://git.sr.ht/~cxc/rust-pass"
+homepage = "https://git.cleberg.net/rust-pass.git/"
+repository = "https://git.cleberg.net/rust-pass.git/"
 keywords = ["cli", "password-manager", "password-generator"]
 categories = ["command-line-utilities"]
 edition = "2018"