summaryrefslogtreecommitdiffstats
path: root/mail/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-12-23 11:58:49 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-23 11:58:49 +0100
commit7ee95fb0863c0064927f79cbc05a42964bc63ec1 (patch)
treeed02b5745f83164f56e15119c5ae25f30be18141 /mail/Cargo.toml
parent3fa27f9e0795c8cb351bf99aacb9befa1d65a98e (diff)
Fix "repository" setting in Cargo.toml filesfix-metadata
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'mail/Cargo.toml')
-rw-r--r--mail/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Cargo.toml b/mail/Cargo.toml
index 1645781..b555110 100644
--- a/mail/Cargo.toml
+++ b/mail/Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["mail", "rfc5322", "mime", "smtp", "template"]
description = "mail, facade for a number of mail related crates for creating and sending mails"
license = "MIT OR Apache-2.0"
readme = "./README.md"
-repository = "https://github.com/1aim/mail"
+repository = "https://github.com/dac-gmbh/mail"
autoexamples = true
[features]