hscc

Soure code of <https://hugo.soucy.cc>.
git clone git://soucy.cc/hscc.git
Log | Files | Refs

commit 23cab9903c85ccd5204f82d3f4d1d4ae26d60a57
parent f198361588f9dda865445f46dd8c78ea07831153
Author: Hugo Soucy <hugo@soucy.cc>
Date:   Wed, 30 Nov 2022 14:13:56 -0500

Modify the relme table

Diffstat:
Mconfig.lua | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/config.lua b/config.lua @@ -26,16 +26,16 @@ return { relme = { "https://soucy.cc/", "https://bandcamp.com/hs0ucy", - "https://mastodon.sdf.org/@hs0ucy", + "https://jasette.facil.services/@hs0ucy", "https://github.com/hs0ucy", "https://codeberg.org/hs0ucy", - "https://stackoverflow.com/users/6556626/hs0ucy", "https://www.openstreetmap.org/user/hs0ucy", "https://forumsdulibre.quebec/u/hs0ucy", "http://hs0ucy.sdf.org/", "https://codepen.io/hs0ucy/", - "gopher://smolnet.soucy.cc/", - "finger://hs0ucy@smolnet.soucy.cc/", + "gopher://soucy.cc/hs0ucy", + "gemini://soucy.cc/hs0ucy", + "finger://soucy.cc/hs0ucy", }, },