From b7e641636c3cdade9e60ac9e49d6565df26df7a8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 4 Mar 2021 14:59:48 +0100 Subject: [PATCH] Fix author mail in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c92249..1d76dcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Matthias Endler "] +authors = ["Matthias Endler "] description = "A glorious link checker" documentation = "https://github.com/lycheeverse/lychee/blob/master/README.md" edition = "2018"