Fix author mail in Cargo.toml

This commit is contained in:
Matthias 2021-03-04 14:59:48 +01:00 committed by GitHub
parent 5506f9da17
commit b7e641636c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
[package]
authors = ["Matthias Endler <matthias-endler.de>"]
authors = ["Matthias Endler <matthias@endler.dev>"]
description = "A glorious link checker"
documentation = "https://github.com/lycheeverse/lychee/blob/master/README.md"
edition = "2018"