summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-04-29 09:58:28 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-04-29 09:58:28 +0200
commit3b344e015c753f02f9cb033e8f0466e53b45445a (patch)
tree635328173dc1b733e303d9023dcf828e06ebbc51
parente7389c88dd41d76aad9266a164885b6a624c953b (diff)
Replace repository with new sourcehut repo
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--bin/core/imag-annotate/Cargo.toml2
-rw-r--r--bin/core/imag-category/Cargo.toml2
-rw-r--r--bin/core/imag-create/Cargo.toml2
-rw-r--r--bin/core/imag-diagnostics/Cargo.toml2
-rw-r--r--bin/core/imag-edit/Cargo.toml2
-rw-r--r--bin/core/imag-git/Cargo.toml2
-rw-r--r--bin/core/imag-gps/Cargo.toml2
-rw-r--r--bin/core/imag-grep/Cargo.toml2
-rw-r--r--bin/core/imag-header/Cargo.toml2
-rw-r--r--bin/core/imag-id-in-collection/Cargo.toml2
-rw-r--r--bin/core/imag-ids/Cargo.toml2
-rw-r--r--bin/core/imag-init/Cargo.toml2
-rw-r--r--bin/core/imag-link/Cargo.toml2
-rw-r--r--bin/core/imag-markdown/Cargo.toml2
-rw-r--r--bin/core/imag-mv/Cargo.toml2
-rw-r--r--bin/core/imag-ref/Cargo.toml2
-rw-r--r--bin/core/imag-store/Cargo.toml2
-rw-r--r--bin/core/imag-tag/Cargo.toml2
-rw-r--r--bin/core/imag-view/Cargo.toml2
-rw-r--r--bin/core/imag/Cargo.toml2
-rw-r--r--bin/domain/imag-bookmark/Cargo.toml2
-rw-r--r--bin/domain/imag-calendar/Cargo.toml2
-rw-r--r--bin/domain/imag-contact/Cargo.toml2
-rw-r--r--bin/domain/imag-diary/Cargo.toml2
-rw-r--r--bin/domain/imag-habit/Cargo.toml2
-rw-r--r--bin/domain/imag-log/Cargo.toml2
-rw-r--r--bin/domain/imag-mail/Cargo.toml2
-rw-r--r--bin/domain/imag-notes/Cargo.toml2
-rw-r--r--bin/domain/imag-timetrack/Cargo.toml2
-rw-r--r--bin/domain/imag-todo/Cargo.toml2
-rw-r--r--bin/domain/imag-wiki/Cargo.toml2
-rw-r--r--lib/core/libimagerror/Cargo.toml2
-rw-r--r--lib/core/libimagrt/Cargo.toml2
-rw-r--r--lib/core/libimagstore/Cargo.toml2
-rw-r--r--lib/domain/libimagbookmark/Cargo.toml2
-rw-r--r--lib/domain/libimagcalendar/Cargo.toml2
-rw-r--r--lib/domain/libimagcontact/Cargo.toml2
-rw-r--r--lib/domain/libimagdiary/Cargo.toml2
-rw-r--r--lib/domain/libimaghabit/Cargo.toml2
-rw-r--r--lib/domain/libimaglog/Cargo.toml2
-rw-r--r--lib/domain/libimagmail/Cargo.toml2
-rw-r--r--lib/domain/libimagnotes/Cargo.toml2
-rw-r--r--lib/domain/libimagtimetrack/Cargo.toml2
-rw-r--r--lib/domain/libimagtodo/Cargo.toml2
-rw-r--r--lib/domain/libimagwiki/Cargo.toml2
-rw-r--r--lib/entry/libimagentryannotation/Cargo.toml2
-rw-r--r--lib/entry/libimagentrycategory/Cargo.toml2
-rw-r--r--lib/entry/libimagentrydatetime/Cargo.toml2
-rw-r--r--lib/entry/libimagentryedit/Cargo.toml2
-rw-r--r--lib/entry/libimagentryfilter/Cargo.toml2
-rw-r--r--lib/entry/libimagentrygps/Cargo.toml2
-rw-r--r--lib/entry/libimagentrylink/Cargo.toml2
-rw-r--r--lib/entry/libimagentrymarkdown/Cargo.toml2
-rw-r--r--lib/entry/libimagentryref/Cargo.toml2
-rw-r--r--lib/entry/libimagentrytag/Cargo.toml2
-rw-r--r--lib/entry/libimagentryurl/Cargo.toml2
-rw-r--r--lib/entry/libimagentryutil/Cargo.toml2
-rw-r--r--lib/entry/libimagentryview/Cargo.toml2
-rw-r--r--lib/etc/libimaginteraction/Cargo.toml2
-rw-r--r--lib/etc/libimagtimeui/Cargo.toml2
-rw-r--r--lib/etc/libimagutil/Cargo.toml2
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/~matthiasbe