krz/rust-pass

A CLI password manager.

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

0b587227efb05ee1e0e11931d0198325f7fd73b3

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2025-08-02T16:09:02Z

fix: update git links
 Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 9b18baf..04ae4b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,8 +5,8 @@ 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://github.com/ccleberg/rust-pass"
-repository = "https://github.com/ccleberg/rust-pass"
+homepage = "https://git.sr.ht/~cxc/rust-pass"
+repository = "https://git.sr.ht/~cxc/rust-pass"
 keywords = ["cli", "password-manager", "password-generator"]
 categories = ["command-line-utilities"]
 edition = "2018"