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";