about summary refs log tree commit homepage
path: root/ext/mahoro/mahoro.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mahoro/mahoro.c')
-rw-r--r--ext/mahoro/mahoro.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/ext/mahoro/mahoro.c b/ext/mahoro/mahoro.c
index 01d1cf8..b687e21 100644
--- a/ext/mahoro/mahoro.c
+++ b/ext/mahoro/mahoro.c
@@ -391,17 +391,15 @@ void Init_mahoro(void)
          * https://en.wikipedia.org/wiki/Libmagic
          *
          * Source code is available via git:
-         *        git clone git://bogomips.org/mahoro.git
+         *        git clone https://yhbt.net/mahoro.git
          *
          * And viewable with a web browser via cgit:
-         *        http://bogomips.org/mahoro.git
+         *        https://yhbt.net/mahoro.git
          *
          * Eric Wong is the current maintainer of Mahoro.
          * Plain-text comments, questions, bug reports, patches and
-         * pull requests are all highly welcome on the public mailing list:
-         * mahoro@librelist.org
-         *
-         * You may contact Eric privately at normalperson@yhbt.net
+         * pull requests are all highly welcome on the public inbox:
+         * mahoro@public-inbox.org
          *
          * Please generate patches using the "git format-patch" command.
          * Use of "git send-email" to send a patch is recommended.