about summary refs log tree commit diff
path: root/finito-postgres/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-11-19T12·51+0100
committerVincent Ambo <mail@tazj.in>2018-11-19T12·51+0100
commit8c5ab60ac3a6af2d6bc8da904a55fbe84baf3c25 (patch)
tree5c080ced166e247c90d5049ad92beb2513bc1eb8 /finito-postgres/Cargo.toml
parent6ff56f860b9798d56d7e8eec7e019594375f5e96 (diff)
chore: Fix email address in Cargo files
Diffstat (limited to 'finito-postgres/Cargo.toml')
-rw-r--r--finito-postgres/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/finito-postgres/Cargo.toml b/finito-postgres/Cargo.toml
index f32a30d5be3f..12bcef8c2f4b 100644
--- a/finito-postgres/Cargo.toml
+++ b/finito-postgres/Cargo.toml
@@ -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"