diff --git a/Cargo.toml b/Cargo.toml index f4b32ff..87e65ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Lynnesbian "] edition = "2018" license = "GPL-3.0-or-later" rust-version = "1.43.0" # cached breaks on 1.42.0, i think it needs https://github.com/rust-lang/rust/pull/67642/ -repository = "https://git.bune.city/lynnesbian/fif" +repository = "https://gitlab.com/Lynnesbian/fif" readme = "README.md" keywords = ["mime", "mimetype", "utilities", "tools"] categories = ["command-line-utilities"] diff --git a/README.md b/README.md index 1a05240..cac8689 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,12 @@ fif === [![Version](https://img.shields.io/crates/v/fif.svg?logo=rust&style=flat-square) ](https://crates.io/crates/fif) -![Minimum Supported Rust Version](https://img.shields.io/badge/msrv-1.43.0-orange?logo=rust&style=flat-square) +[![Minimum Supported Rust Version](https://img.shields.io/badge/msrv-1.43.0-orange?logo=rust&style=flat-square) +](https://crates.io/crates/fif) [![License](https://img.shields.io/crates/l/fif.svg?style=flat-square) -](https://git.bune.city/lynnesbian/fif/src/branch/master/LICENSE) +](https://gitlab.com/Lynnesbian/fif/-/blob/master/LICENSE) [![Build status](https://img.shields.io/drone/build/lynnesbian/fif?logo=drone&server=https%3A%2F%2Fdrone.bune.city&style=flat-square) -](https://drone.bune.city/lynnesbian/fif) +](https://gitlab.com/Lynnesbian/fif/-/blob/master/README.md) [![Unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg?style=flat-square) ](https://github.com/rust-secure-code/safety-dance/)