From 216772361a84b17138512b1c7781caaa4e44bca7 Mon Sep 17 00:00:00 2001 From: timvisee Date: Fri, 15 Oct 2021 12:36:05 +0200 Subject: [PATCH] Remove deprecated badges from Cargo.toml --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7dafc3d..dc93ce3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,9 +49,6 @@ license-file = ["LICENSE", "3"] depends = "$auto, libssl1.1, ca-certificates, xclip" maintainer-scripts = "pkg/deb" -[badges] -gitlab = { repository = "timvisee/ffsend", branch = "master" } - [[bin]] name = "ffsend" path = "src/main.rs"