aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files 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"