From 3b344e015c753f02f9cb033e8f0466e53b45445a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 29 Apr 2020 09:58:28 +0200 Subject: Replace repository with new sourcehut repo Signed-off-by: Matthias Beyer --- bin/core/imag-annotate/Cargo.toml | 2 +- bin/core/imag-category/Cargo.toml | 2 +- bin/core/imag-create/Cargo.toml | 2 +- bin/core/imag-diagnostics/Cargo.toml | 2 +- bin/core/imag-edit/Cargo.toml | 2 +- bin/core/imag-git/Cargo.toml | 2 +- bin/core/imag-gps/Cargo.toml | 2 +- bin/core/imag-grep/Cargo.toml | 2 +- bin/core/imag-header/Cargo.toml | 2 +- bin/core/imag-id-in-collection/Cargo.toml | 2 +- bin/core/imag-ids/Cargo.toml | 2 +- bin/core/imag-init/Cargo.toml | 2 +- bin/core/imag-link/Cargo.toml | 2 +- bin/core/imag-markdown/Cargo.toml | 2 +- bin/core/imag-mv/Cargo.toml | 2 +- bin/core/imag-ref/Cargo.toml | 2 +- bin/core/imag-store/Cargo.toml | 2 +- bin/core/imag-tag/Cargo.toml | 2 +- bin/core/imag-view/Cargo.toml | 2 +- bin/core/imag/Cargo.toml | 2 +- bin/domain/imag-bookmark/Cargo.toml | 2 +- bin/domain/imag-calendar/Cargo.toml | 2 +- bin/domain/imag-contact/Cargo.toml | 2 +- bin/domain/imag-diary/Cargo.toml | 2 +- bin/domain/imag-habit/Cargo.toml | 2 +- bin/domain/imag-log/Cargo.toml | 2 +- bin/domain/imag-mail/Cargo.toml | 2 +- bin/domain/imag-notes/Cargo.toml | 2 +- bin/domain/imag-timetrack/Cargo.toml | 2 +- bin/domain/imag-todo/Cargo.toml | 2 +- bin/domain/imag-wiki/Cargo.toml | 2 +- lib/core/libimagerror/Cargo.toml | 2 +- lib/core/libimagrt/Cargo.toml | 2 +- lib/core/libimagstore/Cargo.toml | 2 +- lib/domain/libimagbookmark/Cargo.toml | 2 +- lib/domain/libimagcalendar/Cargo.toml | 2 +- lib/domain/libimagcontact/Cargo.toml | 2 +- lib/domain/libimagdiary/Cargo.toml | 2 +- lib/domain/libimaghabit/Cargo.toml | 2 +- lib/domain/libimaglog/Cargo.toml | 2 +- lib/domain/libimagmail/Cargo.toml | 2 +- lib/domain/libimagnotes/Cargo.toml | 2 +- lib/domain/libimagtimetrack/Cargo.toml | 2 +- lib/domain/libimagtodo/Cargo.toml | 2 +- lib/domain/libimagwiki/Cargo.toml | 2 +- lib/entry/libimagentryannotation/Cargo.toml | 2 +- lib/entry/libimagentrycategory/Cargo.toml | 2 +- lib/entry/libimagentrydatetime/Cargo.toml | 2 +- lib/entry/libimagentryedit/Cargo.toml | 2 +- lib/entry/libimagentryfilter/Cargo.toml | 2 +- lib/entry/libimagentrygps/Cargo.toml | 2 +- lib/entry/libimagentrylink/Cargo.toml | 2 +- lib/entry/libimagentrymarkdown/Cargo.toml | 2 +- lib/entry/libimagentryref/Cargo.toml | 2 +- lib/entry/libimagentrytag/Cargo.toml | 2 +- lib/entry/libimagentryurl/Cargo.toml | 2 +- lib/entry/libimagentryutil/Cargo.toml | 2 +- lib/entry/libimagentryview/Cargo.toml | 2 +- lib/etc/libimaginteraction/Cargo.toml | 2 +- lib/etc/libimagtimeui/Cargo.toml | 2 +- lib/etc/libimagutil/Cargo.toml | 2 +- 61 files changed, 61 insertions(+), 61 deletions(-) diff --git a/bin/core/imag-annotate/Cargo.toml b/bin/core/imag-annotate/Cargo.toml index 1516103d..5bb8aaa4 100644 --- a/bin/core/imag-annotate/Cargo.toml +++ b/bin/core/imag-annotate/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-category/Cargo.toml b/bin/core/imag-category/Cargo.toml index 4b1775f8..a8077bfc 100644 --- a/bin/core/imag-category/Cargo.toml +++ b/bin/core/imag-category/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-create/Cargo.toml b/bin/core/imag-create/Cargo.toml index e4ee82ea..39214730 100644 --- a/bin/core/imag-create/Cargo.toml +++ b/bin/core/imag-create/Cargo.toml @@ -11,7 +11,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [dependencies] diff --git a/bin/core/imag-diagnostics/Cargo.toml b/bin/core/imag-diagnostics/Cargo.toml index d49da954..20a0b0b0 100644 --- a/bin/core/imag-diagnostics/Cargo.toml +++ b/bin/core/imag-diagnostics/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [dependencies] diff --git a/bin/core/imag-edit/Cargo.toml b/bin/core/imag-edit/Cargo.toml index 724152f8..8b351b5d 100644 --- a/bin/core/imag-edit/Cargo.toml +++ b/bin/core/imag-edit/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-git/Cargo.toml b/bin/core/imag-git/Cargo.toml index 6e143e5d..fa98c7a3 100644 --- a/bin/core/imag-git/Cargo.toml +++ b/bin/core/imag-git/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-gps/Cargo.toml b/bin/core/imag-gps/Cargo.toml index ffd10a19..e8bbffdb 100644 --- a/bin/core/imag-gps/Cargo.toml +++ b/bin/core/imag-gps/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-grep/Cargo.toml b/bin/core/imag-grep/Cargo.toml index 9107a85b..a0086d12 100644 --- a/bin/core/imag-grep/Cargo.toml +++ b/bin/core/imag-grep/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-header/Cargo.toml b/bin/core/imag-header/Cargo.toml index 6399d33a..70a2962b 100644 --- a/bin/core/imag-header/Cargo.toml +++ b/bin/core/imag-header/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-id-in-collection/Cargo.toml b/bin/core/imag-id-in-collection/Cargo.toml index b9e19809..0c475c0e 100644 --- a/bin/core/imag-id-in-collection/Cargo.toml +++ b/bin/core/imag-id-in-collection/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-ids/Cargo.toml b/bin/core/imag-ids/Cargo.toml index 33695a3d..ae7e7be7 100644 --- a/bin/core/imag-ids/Cargo.toml +++ b/bin/core/imag-ids/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-init/Cargo.toml b/bin/core/imag-init/Cargo.toml index e82bf024..218f6231 100644 --- a/bin/core/imag-init/Cargo.toml +++ b/bin/core/imag-init/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-link/Cargo.toml b/bin/core/imag-link/Cargo.toml index 60e049e2..d0e418eb 100644 --- a/bin/core/imag-link/Cargo.toml +++ b/bin/core/imag-link/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-markdown/Cargo.toml b/bin/core/imag-markdown/Cargo.toml index eb5615d6..cad224cb 100644 --- a/bin/core/imag-markdown/Cargo.toml +++ b/bin/core/imag-markdown/Cargo.toml @@ -11,7 +11,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-mv/Cargo.toml b/bin/core/imag-mv/Cargo.toml index 9d8e7bf9..7be4dcb0 100644 --- a/bin/core/imag-mv/Cargo.toml +++ b/bin/core/imag-mv/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-ref/Cargo.toml b/bin/core/imag-ref/Cargo.toml index 71d34701..beaada6d 100644 --- a/bin/core/imag-ref/Cargo.toml +++ b/bin/core/imag-ref/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-store/Cargo.toml b/bin/core/imag-store/Cargo.toml index eaead468..00248971 100644 --- a/bin/core/imag-store/Cargo.toml +++ b/bin/core/imag-store/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-tag/Cargo.toml b/bin/core/imag-tag/Cargo.toml index 22630680..414bb369 100644 --- a/bin/core/imag-tag/Cargo.toml +++ b/bin/core/imag-tag/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag-view/Cargo.toml b/bin/core/imag-view/Cargo.toml index a9c9828a..8eb92907 100644 --- a/bin/core/imag-view/Cargo.toml +++ b/bin/core/imag-view/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/core/imag/Cargo.toml b/bin/core/imag/Cargo.toml index f84aad08..5d23ae1b 100644 --- a/bin/core/imag/Cargo.toml +++ b/bin/core/imag/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [build-dependencies] diff --git a/bin/domain/imag-bookmark/Cargo.toml b/bin/domain/imag-bookmark/Cargo.toml index 5ab3ffc0..f062b16f 100644 --- a/bin/domain/imag-bookmark/Cargo.toml +++ b/bin/domain/imag-bookmark/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/domain/imag-calendar/Cargo.toml b/bin/domain/imag-calendar/Cargo.toml index 13dc00ee..12146bea 100644 --- a/bin/domain/imag-calendar/Cargo.toml +++ b/bin/domain/imag-calendar/Cargo.toml @@ -11,7 +11,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/domain/imag-contact/Cargo.toml b/bin/domain/imag-contact/Cargo.toml index 193f3f5c..12f6392e 100644 --- a/bin/domain/imag-contact/Cargo.toml +++ b/bin/domain/imag-contact/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/domain/imag-diary/Cargo.toml b/bin/domain/imag-diary/Cargo.toml index 95718e64..1fbf2ff3 100644 --- a/bin/domain/imag-diary/Cargo.toml +++ b/bin/domain/imag-diary/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/domain/imag-habit/Cargo.toml b/bin/domain/imag-habit/Cargo.toml index 21aacbe9..778f5bc5 100644 --- a/bin/domain/imag-habit/Cargo.toml +++ b/bin/domain/imag-habit/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/domain/imag-log/Cargo.toml b/bin/domain/imag-log/Cargo.toml index a6d3fb10..b0f974fe 100644 --- a/bin/domain/imag-log/Cargo.toml +++ b/bin/domain/imag-log/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/domain/imag-mail/Cargo.toml b/bin/domain/imag-mail/Cargo.toml index 7a90bba6..a1c0dcab 100644 --- a/bin/domain/imag-mail/Cargo.toml +++ b/bin/domain/imag-mail/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/domain/imag-notes/Cargo.toml b/bin/domain/imag-notes/Cargo.toml index a653d01d..574a8cb0 100644 --- a/bin/domain/imag-notes/Cargo.toml +++ b/bin/domain/imag-notes/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/domain/imag-timetrack/Cargo.toml b/bin/domain/imag-timetrack/Cargo.toml index bfa66a92..e519aba7 100644 --- a/bin/domain/imag-timetrack/Cargo.toml +++ b/bin/domain/imag-timetrack/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/domain/imag-todo/Cargo.toml b/bin/domain/imag-todo/Cargo.toml index db981103..d837b70a 100644 --- a/bin/domain/imag-todo/Cargo.toml +++ b/bin/domain/imag-todo/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/bin/domain/imag-wiki/Cargo.toml b/bin/domain/imag-wiki/Cargo.toml index b8b8f9aa..bfe13b46 100644 --- a/bin/domain/imag-wiki/Cargo.toml +++ b/bin/domain/imag-wiki/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [dependencies] diff --git a/lib/core/libimagerror/Cargo.toml b/lib/core/libimagerror/Cargo.toml index 2cea7cbd..bfb3ef5b 100644 --- a/lib/core/libimagerror/Cargo.toml +++ b/lib/core/libimagerror/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml index 333eab2f..34a9d964 100644 --- a/lib/core/libimagrt/Cargo.toml +++ b/lib/core/libimagrt/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/core/libimagstore/Cargo.toml b/lib/core/libimagstore/Cargo.toml index f6352a2f..5d5c56f0 100644 --- a/lib/core/libimagstore/Cargo.toml +++ b/lib/core/libimagstore/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/domain/libimagbookmark/Cargo.toml b/lib/domain/libimagbookmark/Cargo.toml index fbabc17c..06aeb943 100644 --- a/lib/domain/libimagbookmark/Cargo.toml +++ b/lib/domain/libimagbookmark/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/domain/libimagcalendar/Cargo.toml b/lib/domain/libimagcalendar/Cargo.toml index e305bec5..1efc60ef 100644 --- a/lib/domain/libimagcalendar/Cargo.toml +++ b/lib/domain/libimagcalendar/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/domain/libimagcontact/Cargo.toml b/lib/domain/libimagcontact/Cargo.toml index c487b2c9..5ae439b7 100644 --- a/lib/domain/libimagcontact/Cargo.toml +++ b/lib/domain/libimagcontact/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/domain/libimagdiary/Cargo.toml b/lib/domain/libimagdiary/Cargo.toml index f73c8ee3..49533626 100644 --- a/lib/domain/libimagdiary/Cargo.toml +++ b/lib/domain/libimagdiary/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/domain/libimaghabit/Cargo.toml b/lib/domain/libimaghabit/Cargo.toml index d28a16ce..348e2c4a 100644 --- a/lib/domain/libimaghabit/Cargo.toml +++ b/lib/domain/libimaghabit/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/domain/libimaglog/Cargo.toml b/lib/domain/libimaglog/Cargo.toml index 7a2e4093..b64cc906 100644 --- a/lib/domain/libimaglog/Cargo.toml +++ b/lib/domain/libimaglog/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/domain/libimagmail/Cargo.toml b/lib/domain/libimagmail/Cargo.toml index 8b7c5e25..ad6c2a90 100644 --- a/lib/domain/libimagmail/Cargo.toml +++ b/lib/domain/libimagmail/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/domain/libimagnotes/Cargo.toml b/lib/domain/libimagnotes/Cargo.toml index 89d078cf..5bbbbf74 100644 --- a/lib/domain/libimagnotes/Cargo.toml +++ b/lib/domain/libimagnotes/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/domain/libimagtimetrack/Cargo.toml b/lib/domain/libimagtimetrack/Cargo.toml index b53bb1a0..143d32c1 100644 --- a/lib/domain/libimagtimetrack/Cargo.toml +++ b/lib/domain/libimagtimetrack/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/domain/libimagtodo/Cargo.toml b/lib/domain/libimagtodo/Cargo.toml index a5f1956e..77389b51 100644 --- a/lib/domain/libimagtodo/Cargo.toml +++ b/lib/domain/libimagtodo/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/domain/libimagwiki/Cargo.toml b/lib/domain/libimagwiki/Cargo.toml index d22d7195..73b8afab 100644 --- a/lib/domain/libimagwiki/Cargo.toml +++ b/lib/domain/libimagwiki/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/entry/libimagentryannotation/Cargo.toml b/lib/entry/libimagentryannotation/Cargo.toml index 57c0af83..d618115e 100644 --- a/lib/entry/libimagentryannotation/Cargo.toml +++ b/lib/entry/libimagentryannotation/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/entry/libimagentrycategory/Cargo.toml b/lib/entry/libimagentrycategory/Cargo.toml index 9f5c59f8..11b6ed66 100644 --- a/lib/entry/libimagentrycategory/Cargo.toml +++ b/lib/entry/libimagentrycategory/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/entry/libimagentrydatetime/Cargo.toml b/lib/entry/libimagentrydatetime/Cargo.toml index 3d88a241..70baefb2 100644 --- a/lib/entry/libimagentrydatetime/Cargo.toml +++ b/lib/entry/libimagentrydatetime/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/entry/libimagentryedit/Cargo.toml b/lib/entry/libimagentryedit/Cargo.toml index 186759d5..782e6554 100644 --- a/lib/entry/libimagentryedit/Cargo.toml +++ b/lib/entry/libimagentryedit/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/entry/libimagentryfilter/Cargo.toml b/lib/entry/libimagentryfilter/Cargo.toml index 82d47422..bf15d9d9 100644 --- a/lib/entry/libimagentryfilter/Cargo.toml +++ b/lib/entry/libimagentryfilter/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/entry/libimagentrygps/Cargo.toml b/lib/entry/libimagentrygps/Cargo.toml index 83b6f853..3a9b241b 100644 --- a/lib/entry/libimagentrygps/Cargo.toml +++ b/lib/entry/libimagentrygps/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/entry/libimagentrylink/Cargo.toml b/lib/entry/libimagentrylink/Cargo.toml index 300b2e9f..09ed3ded 100644 --- a/lib/entry/libimagentrylink/Cargo.toml +++ b/lib/entry/libimagentrylink/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/entry/libimagentrymarkdown/Cargo.toml b/lib/entry/libimagentrymarkdown/Cargo.toml index 82aa048d..0ed16c6e 100644 --- a/lib/entry/libimagentrymarkdown/Cargo.toml +++ b/lib/entry/libimagentrymarkdown/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/entry/libimagentryref/Cargo.toml b/lib/entry/libimagentryref/Cargo.toml index 06a6368d..6b665121 100644 --- a/lib/entry/libimagentryref/Cargo.toml +++ b/lib/entry/libimagentryref/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/entry/libimagentrytag/Cargo.toml b/lib/entry/libimagentrytag/Cargo.toml index 1c41c03b..1b17757b 100644 --- a/lib/entry/libimagentrytag/Cargo.toml +++ b/lib/entry/libimagentrytag/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/entry/libimagentryurl/Cargo.toml b/lib/entry/libimagentryurl/Cargo.toml index 7b014159..26a896a2 100644 --- a/lib/entry/libimagentryurl/Cargo.toml +++ b/lib/entry/libimagentryurl/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/entry/libimagentryutil/Cargo.toml b/lib/entry/libimagentryutil/Cargo.toml index 9453e11d..5024c8ec 100644 --- a/lib/entry/libimagentryutil/Cargo.toml +++ b/lib/entry/libimagentryutil/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/entry/libimagentryview/Cargo.toml b/lib/entry/libimagentryview/Cargo.toml index 8b924cef..4e0a1f78 100644 --- a/lib/entry/libimagentryview/Cargo.toml +++ b/lib/entry/libimagentryview/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/etc/libimaginteraction/Cargo.toml b/lib/etc/libimaginteraction/Cargo.toml index f83b06a3..5309697e 100644 --- a/lib/etc/libimaginteraction/Cargo.toml +++ b/lib/etc/libimaginteraction/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/etc/libimagtimeui/Cargo.toml b/lib/etc/libimagtimeui/Cargo.toml index 1e5eaa2a..c1e4f804 100644 --- a/lib/etc/libimagtimeui/Cargo.toml +++ b/lib/etc/libimagtimeui/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] diff --git a/lib/etc/libimagutil/Cargo.toml b/lib/etc/libimagutil/Cargo.toml index 62909ea4..6335ca45 100644 --- a/lib/etc/libimagutil/Cargo.toml +++ b/lib/etc/libimagutil/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../../README.md" license = "LGPL-2.1" documentation = "https://imag-pim.org/doc/" -repository = "https://github.com/matthiasbeyer/imag" +repository = "https://git.sr.ht/~matthiasbeyer/imag" homepage = "http://imag-pim.org" [badges] -- cgit v1.2.3