move to sourcehut

This commit is contained in:
Jeremy Baxter 2024-02-28 16:22:39 +13:00
parent f1b79c2a7c
commit 024e612dab
2 changed files with 2 additions and 4 deletions

View file

@ -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:

View file

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