diff options
| author | Christian Cleberg <[email protected]> | 2025-12-30 22:31:28 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-12-30 22:31:28 -0600 |
| commit | c8085217e3b81152d0fac32dcc31bfeb7d118314 (patch) | |
| tree | bd44f4f5d398ddee192a9b9cc506c737d3e5310c /Cargo.toml | |
| parent | 6bd1319959292049738527db34ba87146a29ae4e (diff) | |
| download | rust-pass-c8085217e3b81152d0fac32dcc31bfeb7d118314.tar.gz rust-pass-c8085217e3b81152d0fac32dcc31bfeb7d118314.tar.bz2 rust-pass-c8085217e3b81152d0fac32dcc31bfeb7d118314.zip | |
update from sourcehut to cgit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,12 +1,12 @@ [package] name = "rpass" -version = "0.1.2" +version = "0.1.3" authors = ["Christian Cleberg <[email protected]>"] license = "GPL-3.0-or-later" description = "A simple command-line password manager, written in Rust + SQLite." readme = "README.md" -homepage = "https://git.sr.ht/~cxc/rust-pass" -repository = "https://git.sr.ht/~cxc/rust-pass" +homepage = "https://git.cleberg.net/rust-pass.git/" +repository = "https://git.cleberg.net/rust-pass.git/" keywords = ["cli", "password-manager", "password-generator"] categories = ["command-line-utilities"] edition = "2018" |
