aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-05-06 17:54:28 -0500
committerChristian Cleberg <hello@cleberg.net>2025-05-06 17:54:28 -0500
commit1caf5e77aafe48bb51637c82b573f13b229eef2c (patch)
tree69350cd67a22e05df5f7e8ede46b21a7e0ff6960
parent615574c58429e8cb5b16d249df88283184046ca3 (diff)
downloadrust-pass-1caf5e77aafe48bb51637c82b573f13b229eef2c.tar.gz
rust-pass-1caf5e77aafe48bb51637c82b573f13b229eef2c.tar.bz2
rust-pass-1caf5e77aafe48bb51637c82b573f13b229eef2c.zip
update git links
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 168d1d6..9b18baf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "rpass"
-version = "0.1.1"
-authors = ["Christian Cleberg <hello@cmc.pub>"]
+version = "0.1.2"
+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://sr.ht/~cyborg/rpass/"
-repository = "https://git.sr.ht/~cyborg/rpass"
+homepage = "https://github.com/ccleberg/rust-pass"
+repository = "https://github.com/ccleberg/rust-pass"
keywords = ["cli", "password-manager", "password-generator"]
categories = ["command-line-utilities"]
edition = "2018"