project: Sourcehut migration

After the situation with the developers of Gitea wanting to privatize
their project and experiment with DAOs, I've decided to finally switch
to Sourcehut. The opinions on this forge are generally favorable, so I'm
hoping this will be for the best.
This commit is contained in:
Lux Aliaga 2022-11-16 11:52:41 -03:00
parent 1b533160e6
commit 86d3a00f02
Signed by: lux
GPG Key ID: B56C805968637437
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ readme = "README.md"
description = "A CLI inventory for your files"
authors = ["Lux Aliaga <they@mint.lgbt>"]
repository = "https://codeberg.org/nixgoat/vento"
repository = "https://git.sr.ht/~nixgoat/vento"
license = "GPL-3.0-or-later"
keywords = ["utility", "file-manager", "inventory"]

View File

@ -2,7 +2,7 @@
[![Latest version](https://shields.io/crates/v/vento?color=red)](https://crates.io/crates/vento)
[![Downloads](https://shields.io/crates/d/vento)](https://crates.io/crates/vento)
[![Licensed under GPLv3](https://shields.io/crates/l/vento)](https://codeberg.org/nixgoat/vento/src/branch/master/LICENSE.md)
[![Licensed under GPLv3](https://shields.io/crates/l/vento)](https://git.sr.ht/~nixgoat/vento/tree/master/item/LICENSE.md)
Vento is a utility which allows you to manage your files as if you're playing an old text adventure. It's made in Rust and originally inspired by [Chesapeake's Inventory](https://github.com/mothdotmonster/inventory).
@ -23,7 +23,7 @@ $ cargo install vento
Clone the repository using `git`.
```
$ git clone https://codeberg.org/nixgoat/vento.git && cd vento
$ git clone https://git.sr.ht/~nixgoat/vento && cd vento
```
### 2.a) cargo-make
@ -84,4 +84,4 @@ $ man (command)
## Credits
- [Chesapeake](https://moth.monster/) for the original concept
- [jo!](https://codeberg.org/j0) for helping me with Rust concepts!
- [jo!](https://sr.ht/~j0lol/) for helping me with Rust concepts!