From b5bfc1978ca40c7e1acee7a4f46a46786be8b58b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 20 Oct 2016 14:14:18 +0200 Subject: [PATCH] Fix: Cargo.toml does not know "website", but "homepage" --- .imag-documentation/Cargo.toml | 2 +- bin/Cargo.toml | 2 +- imag-bookmark/Cargo.toml | 2 +- imag-counter/Cargo.toml | 2 +- imag-diary/Cargo.toml | 2 +- imag-link/Cargo.toml | 2 +- imag-notes/Cargo.toml | 2 +- imag-ref/Cargo.toml | 2 +- imag-store/Cargo.toml | 2 +- imag-tag/Cargo.toml | 2 +- imag-todo/Cargo.toml | 2 +- imag-view/Cargo.toml | 2 +- libimagbookmark/Cargo.toml | 2 +- libimagcounter/Cargo.toml | 2 +- libimagdiary/Cargo.toml | 2 +- libimagentryedit/Cargo.toml | 2 +- libimagentryfilter/Cargo.toml | 2 +- libimagentrylink/Cargo.toml | 2 +- libimagentrylist/Cargo.toml | 2 +- libimagentrymarkdown/Cargo.toml | 2 +- libimagentrytag/Cargo.toml | 2 +- libimagentryview/Cargo.toml | 2 +- libimagerror/Cargo.toml | 2 +- libimaginteraction/Cargo.toml | 2 +- libimagmail/Cargo.toml | 2 +- libimagnotes/Cargo.toml | 2 +- libimagref/Cargo.toml | 2 +- libimagrt/Cargo.toml | 2 +- libimagstore/Cargo.toml | 2 +- libimagstorestdhook/Cargo.toml | 2 +- libimagtimeui/Cargo.toml | 2 +- libimagtodo/Cargo.toml | 2 +- libimagutil/Cargo.toml | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.imag-documentation/Cargo.toml b/.imag-documentation/Cargo.toml index 7a5d7411..58070181 100644 --- a/.imag-documentation/Cargo.toml +++ b/.imag-documentation/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] diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 7cf8b798..7609d6e7 100644 --- a/bin/Cargo.toml +++ b/bin/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] version = "2.0" diff --git a/imag-bookmark/Cargo.toml b/imag-bookmark/Cargo.toml index c1ed578c..5665e670 100644 --- a/imag-bookmark/Cargo.toml +++ b/imag-bookmark/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] clap = "2.*" diff --git a/imag-counter/Cargo.toml b/imag-counter/Cargo.toml index f97938a2..138cd5c3 100644 --- a/imag-counter/Cargo.toml +++ b/imag-counter/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] clap = "2.*" diff --git a/imag-diary/Cargo.toml b/imag-diary/Cargo.toml index 4f0b00cd..29d21b50 100644 --- a/imag-diary/Cargo.toml +++ b/imag-diary/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] chrono = "0.2" diff --git a/imag-link/Cargo.toml b/imag-link/Cargo.toml index b4d87ae5..45a1705a 100644 --- a/imag-link/Cargo.toml +++ b/imag-link/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" 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" diff --git a/imag-ref/Cargo.toml b/imag-ref/Cargo.toml index eeb0ef97..9e2da2ba 100644 --- a/imag-ref/Cargo.toml +++ b/imag-ref/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" diff --git a/imag-store/Cargo.toml b/imag-store/Cargo.toml index 6c87c0b4..e98aedd8 100644 --- a/imag-store/Cargo.toml +++ b/imag-store/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] clap = "2.*" diff --git a/imag-tag/Cargo.toml b/imag-tag/Cargo.toml index 41c2b82d..69e40778 100644 --- a/imag-tag/Cargo.toml +++ b/imag-tag/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] clap = "2.*" diff --git a/imag-todo/Cargo.toml b/imag-todo/Cargo.toml index 2ee6491b..08c2da68 100644 --- a/imag-todo/Cargo.toml +++ b/imag-todo/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] clap = "2.*" diff --git a/imag-view/Cargo.toml b/imag-view/Cargo.toml index 66d0fc1c..c4a7032c 100644 --- a/imag-view/Cargo.toml +++ b/imag-view/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] clap = "2.*" diff --git a/libimagbookmark/Cargo.toml b/libimagbookmark/Cargo.toml index dc2129ba..b98982f4 100644 --- a/libimagbookmark/Cargo.toml +++ b/libimagbookmark/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] log = "0.3" diff --git a/libimagcounter/Cargo.toml b/libimagcounter/Cargo.toml index 13a2bfd3..65d759b2 100644 --- a/libimagcounter/Cargo.toml +++ b/libimagcounter/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] log = "0.3" diff --git a/libimagdiary/Cargo.toml b/libimagdiary/Cargo.toml index 7960c52c..45bbbf4b 100644 --- a/libimagdiary/Cargo.toml +++ b/libimagdiary/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] chrono = "0.2" diff --git a/libimagentryedit/Cargo.toml b/libimagentryedit/Cargo.toml index d72c20cc..10f27512 100644 --- a/libimagentryedit/Cargo.toml +++ b/libimagentryedit/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] diff --git a/libimagentryfilter/Cargo.toml b/libimagentryfilter/Cargo.toml index c36fc102..f23a09b1 100644 --- a/libimagentryfilter/Cargo.toml +++ b/libimagentryfilter/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] clap = "2.*" diff --git a/libimagentrylink/Cargo.toml b/libimagentrylink/Cargo.toml index 6fc1ba67..810ec2d9 100644 --- a/libimagentrylink/Cargo.toml +++ b/libimagentrylink/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] itertools = "0.4" diff --git a/libimagentrylist/Cargo.toml b/libimagentrylist/Cargo.toml index 8ed70b88..794cd814 100644 --- a/libimagentrylist/Cargo.toml +++ b/libimagentrylist/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] clap = "2.*" diff --git a/libimagentrymarkdown/Cargo.toml b/libimagentrymarkdown/Cargo.toml index 51a7c7ef..8b6a68f9 100644 --- a/libimagentrymarkdown/Cargo.toml +++ b/libimagentrymarkdown/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] log = "0.3" diff --git a/libimagentrytag/Cargo.toml b/libimagentrytag/Cargo.toml index 32da4089..aff78801 100644 --- a/libimagentrytag/Cargo.toml +++ b/libimagentrytag/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] clap = "2.*" diff --git a/libimagentryview/Cargo.toml b/libimagentryview/Cargo.toml index 9dbffaf7..8ec2b869 100644 --- a/libimagentryview/Cargo.toml +++ b/libimagentryview/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] log = "0.3" diff --git a/libimagerror/Cargo.toml b/libimagerror/Cargo.toml index 79c7b44f..f638a735 100644 --- a/libimagerror/Cargo.toml +++ b/libimagerror/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] log = "0.3" diff --git a/libimaginteraction/Cargo.toml b/libimaginteraction/Cargo.toml index 8531b26f..7d84f134 100644 --- a/libimaginteraction/Cargo.toml +++ b/libimaginteraction/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] ansi_term = "0.7.2" diff --git a/libimagmail/Cargo.toml b/libimagmail/Cargo.toml index e013d5ac..c04db0d9 100644 --- a/libimagmail/Cargo.toml +++ b/libimagmail/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] log = "0.3" diff --git a/libimagnotes/Cargo.toml b/libimagnotes/Cargo.toml index d26f08bf..2964b2bf 100644 --- a/libimagnotes/Cargo.toml +++ b/libimagnotes/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" diff --git a/libimagref/Cargo.toml b/libimagref/Cargo.toml index bd14cd81..59e6f6bb 100644 --- a/libimagref/Cargo.toml +++ b/libimagref/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] itertools = "0.4" diff --git a/libimagrt/Cargo.toml b/libimagrt/Cargo.toml index 235aeeed..575081cd 100644 --- a/libimagrt/Cargo.toml +++ b/libimagrt/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] clap = "2.*" diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml index ed8c682b..3815d4af 100644 --- a/libimagstore/Cargo.toml +++ b/libimagstore/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] fs2 = "0.2" diff --git a/libimagstorestdhook/Cargo.toml b/libimagstorestdhook/Cargo.toml index 692039fb..b7022971 100644 --- a/libimagstorestdhook/Cargo.toml +++ b/libimagstorestdhook/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] toml = "0.2.*" diff --git a/libimagtimeui/Cargo.toml b/libimagtimeui/Cargo.toml index 89b0f5b8..e679a175 100644 --- a/libimagtimeui/Cargo.toml +++ b/libimagtimeui/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] clap = "2.*" diff --git a/libimagtodo/Cargo.toml b/libimagtodo/Cargo.toml index 062bc754..bf40166f 100644 --- a/libimagtodo/Cargo.toml +++ b/libimagtodo/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" diff --git a/libimagutil/Cargo.toml b/libimagutil/Cargo.toml index 399d2285..2088c989 100644 --- a/libimagutil/Cargo.toml +++ b/libimagutil/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] url = "1.1"