summaryrefslogtreecommitdiffstats
path: root/rfc2822
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-04-12 15:54:36 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-04-12 15:54:36 +0200
commit3dabda18bf761126626db8a7cd61a13b3e4d481b (patch)
treed2fd62f455ef44ba518c6dc7f3502e0e4780df55 /rfc2822
parenta7e0b9149cd01af5919a1981b4578850255bd941 (diff)
buffered-reader, rfc2822: Use docs.rs for the documentation.
Diffstat (limited to 'rfc2822')
-rw-r--r--rfc2822/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc2822/Cargo.toml b/rfc2822/Cargo.toml
index 82888ba8..ea67d07c 100644
--- a/rfc2822/Cargo.toml
+++ b/rfc2822/Cargo.toml
@@ -7,7 +7,7 @@ authors = [
"Neal H. Walfield <neal@sequoia-pgp.org>",
]
build = "build.rs"
-documentation = "https://docs.sequoia-pgp.org/0.1.0/rfc2822"
+documentation = "https://docs.rs/sequoia-rfc2822"
homepage = "https://sequoia-pgp.org/"
repository = "https://gitlab.com/sequoia-pgp/sequoia"
readme = "README.md"