diff options
-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" |