chore: Fix email address in Cargo files

This commit is contained in:
Vincent Ambo 2018-11-19 13:51:14 +01:00
parent 6ff56f860b
commit 8c5ab60ac3
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "finito"
version = "0.1.0"
authors = ["Vincent Ambo <vincent@aprila.no>"]
authors = ["Vincent Ambo <mail@tazj.in>"]
[dependencies]

View file

@ -1,7 +1,7 @@
[package]
name = "finito-door"
version = "0.1.0"
authors = ["Vincent Ambo <vincent@aprila.no>"]
authors = ["Vincent Ambo <mail@tazj.in>"]
[dependencies]
failure = "0.1"

View file

@ -1,7 +1,7 @@
[package]
name = "finito-postgres"
version = "0.1.0"
authors = ["Vincent Ambo <vincent@aprila.no>"]
authors = ["Vincent Ambo <mail@tazj.in>"]
[dependencies]
chrono = "0.4"