summaryrefslogtreecommitdiffstats
path: root/imag-notes/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-20 14:14:18 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-20 14:14:18 +0200
commitb5bfc1978ca40c7e1acee7a4f46a46786be8b58b (patch)
tree88045d24695ec4582899502d10fdcc340ffad457 /imag-notes/Cargo.toml
parent4ee505c6589e68c537e6c9cbee91b29eff9b855f (diff)
Fix: Cargo.toml does not know "website", but "homepage"
Diffstat (limited to 'imag-notes/Cargo.toml')
-rw-r--r--imag-notes/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-notes/Cargo.toml b/imag-notes/Cargo.toml
index 4036eae3..e3074ba3 100644
--- a/imag-notes/Cargo.toml
+++ b/imag-notes/Cargo.toml
@@ -11,7 +11,7 @@ license = "LGPL-2.1"
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
repository = "https://github.com/matthiasbeyer/imag"
-website = "http://imag-pim.org"
+homepage = "http://imag-pim.org"
[dependencies]
semver = "0.2.1"