The project has been moved to Codeberg: https://codeberg.org/pcdevil/wordoftheday.
Execute the following commands to update your local copy to the new destination:
$ cd g
$ git switch main
$ git remote remove origin
$ git remote add origin https://codeberg.org/pcdevil/wordoftheday.git
$ git fetch
$ git reset --hard @{u}