From 86d3a00f02c6df28bf99862ec6b208cd443e2151 Mon Sep 17 00:00:00 2001 From: Lux Aliaga Date: Wed, 16 Nov 2022 11:52:41 -0300 Subject: [PATCH] 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. --- Cargo.toml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 46d8b94..49bb109 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ readme = "README.md" description = "A CLI inventory for your files" authors = ["Lux Aliaga "] -repository = "https://codeberg.org/nixgoat/vento" +repository = "https://git.sr.ht/~nixgoat/vento" license = "GPL-3.0-or-later" keywords = ["utility", "file-manager", "inventory"] diff --git a/README.md b/README.md index 28f517e..d7a3942 100644 --- a/README.md +++ b/README.md @@ -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!