Skip to content

Commit

Permalink
Use correct mail addresses in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
efoerster committed May 9, 2020
1 parent 125faa1 commit 0ffe299
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions crates/bibutils_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions crates/jsonrpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions crates/jsonrpc_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0ffe299

Please sign in to comment.