diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-08-02 11:09:02 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-08-02 11:09:02 -0500 |
commit | 0b587227efb05ee1e0e11931d0198325f7fd73b3 (patch) | |
tree | 54f1eab268429e82ecf26b2bdb85e1598e199cc1 | |
parent | 1caf5e77aafe48bb51637c82b573f13b229eef2c (diff) | |
download | rust-pass-main.tar.gz rust-pass-main.tar.bz2 rust-pass-main.zip |
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |