summaryrefslogtreecommitdiffstats
path: root/smtp/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 /smtp/Cargo.toml
parent3fa27f9e0795c8cb351bf99aacb9befa1d65a98e (diff)
Fix "repository" setting in Cargo.toml filesfix-metadata
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'smtp/Cargo.toml')
-rw-r--r--smtp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/smtp/Cargo.toml b/smtp/Cargo.toml
index 15ecf36..502ec4d 100644
--- a/smtp/Cargo.toml
+++ b/smtp/Cargo.toml
@@ -8,7 +8,7 @@ documentation = "https://docs.rs/mail-smtp"
keywords = ["mail-api"]
license = "MIT OR Apache-2.0"
readme = "./README.md"
-repository = "https://github.com/1aim/mail-smtp"
+repository = "https://github.com/dac-gmbh/mail-smtp"
[dependencies]
futures = "0.1"
@@ -24,4 +24,4 @@ extended-api = []
[dev-dependencies]
-mail-core = { version="0.6.0", features=["test-utils"] } \ No newline at end of file
+mail-core = { version="0.6.0", features=["test-utils"] }