Use correct mail addresses in Cargo.toml

This commit is contained in:
Eric Förster 2020-05-09 19:37:18 +02:00
parent 125faa1abb
commit 0ffe2997e5
4 changed files with 8 additions and 8 deletions

View file

@ -5,8 +5,8 @@ version = "2.0.0"
license = "GPLv3"
readme = "README.md"
authors = [
"Eric Förster <efoerster@users.noreply.github.com>",
"Patrick Förster <pfoerster@users.noreply.github.com>"]
"Eric Förster <eric.foerster@outlook.com>",
"Patrick Förster <patrick.foerster@outlook.de>"]
edition = "2018"
[workspace]

View file

@ -2,8 +2,8 @@
name = "bibutils-sys"
version = "0.1.0"
authors = [
"Eric Förster <efoerster@users.noreply.github.com>",
"Patrick Förster <pfoerster@users.noreply.github.com>"]
"Eric Förster <eric.foerster@outlook.com>",
"Patrick Förster <patrick.foerster@outlook.de>"]
edition = "2018"
[lib]

View file

@ -2,8 +2,8 @@
name = "jsonrpc"
version = "0.1.0"
authors = [
"Eric Förster <efoerster@users.noreply.github.com>",
"Patrick Förster <pfoerster@users.noreply.github.com>"]
"Eric Förster <eric.foerster@outlook.com>",
"Patrick Förster <patrick.foerster@outlook.de>"]
edition = "2018"
[lib]

View file

@ -2,8 +2,8 @@
name = "jsonrpc-derive"
version = "0.1.0"
authors = [
"Eric Förster <efoerster@users.noreply.github.com>",
"Patrick Förster <pfoerster@users.noreply.github.com>"]
"Eric Förster <eric.foerster@outlook.com>",
"Patrick Förster <patrick.foerster@outlook.de>"]
edition = "2018"
[lib]