summaryrefslogtreecommitdiffstats
path: root/smtp/Cargo.toml
diff options
context:
space:
mode:
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"] }