chore: Adjust git repo link

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-01-31 19:43:22 +01:00
parent 19e1a37925
commit cafd205802
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
license = "MIT"
categories = ["command-line-utilities"]
readme = "README.md"
repository = "https://github.com/christoph-heiss/bwtui"
repository = "https://git.sr.ht/~c8h4/bwtui"
description = "terminal-based vault browser for bitwarden"
[dependencies]

View file

@ -13,7 +13,7 @@ Currently only supports reading/copying usernames and passwords for items.
Either directly from git using:
```bash
cargo install --git https://github.com/christoph-heiss/bwtui.git
cargo install --git 'https://git.sr.ht/~c8h4/bwtui'
```
or from [crates.io](https://crates.io/crates/bwtui):