From 024e612dabb23a6b5bc66383a6e955022f806151 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Wed, 28 Feb 2024 16:22:39 +1300 Subject: [PATCH] move to sourcehut --- README.md | 2 +- config.di | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 536af6a..f697707 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ to be run as the root user. First, download the source code: - $ git clone https://github.com/jtbx/esv + $ git clone https://git.sr.ht/~jeremy/esv $ cd esv Now, compile and install: diff --git a/config.di b/config.di index 8c14aab..eb0866c 100644 --- a/config.di +++ b/config.di @@ -11,6 +11,4 @@ enum DEFAULT_MPEGPLAYER = "mpg123"; enum ENV_CONFIG = "ESV_CONFIG"; enum ENV_PLAYER = "ESV_PLAYER"; -enum BUGREPORTURL = "https://codeberg.org/jtbx/esv/issues"; - -// vi: ft=d +enum BUGREPORTURL = "https://todo.sr.ht/~jeremy/esv";