aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-11 18:27:29 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-11 18:27:29 -0500
commit97ef12e54a9d8d632d675c2b5a532fce185a0b29 (patch)
treec3b9048146208124dcc52ef3ac8c4a476abcd557 /Cargo.toml
parenta77fce943cdaf9784276035eb28c3fe67d69eed3 (diff)
downloadrust-pass-97ef12e54a9d8d632d675c2b5a532fce185a0b29.tar.gz
rust-pass-97ef12e54a9d8d632d675c2b5a532fce185a0b29.tar.bz2
rust-pass-97ef12e54a9d8d632d675c2b5a532fce185a0b29.zip
move from cleberg.net to cmc.pub
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3fc28ee..168d1d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "rpass"
-version = "0.1.0"
-authors = ["cmc <hello@cleberg.net>"]
+version = "0.1.1"
+authors = ["Christian Cleberg <hello@cmc.pub>"]
license = "GPL-3.0-or-later"
description = "A simple command-line password manager, written in Rust + SQLite."
readme = "README.md"
-homepage = "https://sr.ht/~cmc/rpass/"
-repository = "https://git.sr.ht/~cmc/rpass"
+homepage = "https://sr.ht/~cyborg/rpass/"
+repository = "https://git.sr.ht/~cyborg/rpass"
keywords = ["cli", "password-manager", "password-generator"]
categories = ["command-line-utilities"]
edition = "2018"