~technomancy/fennel

website: Fix link to Matrix room v1 PROPOSED

J. Ryan Stinnett: 1
 Fix link to Matrix room

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~technomancy/fennel/patches/44457/mbox | git am -3
Learn more about email & git

[PATCH website] Fix link to Matrix room Export this patch

---
 main.fnl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.fnl b/main.fnl
index fd5787d..5ed08be 100644
--- a/main.fnl
+++ b/main.fnl
@@ -122,17 +122,17 @@
               [:p {}
                [:a {:href "https://sr.ht/~technomancy/fennel"} "Fennel's repository"]
                "is on Sourcehut, and discussion occurs on "
                [:a {:href "https://lists.sr.ht/%7Etechnomancy/fennel"}
                 "the mailing list"]
                " and the #fennel channel"
                [:a {:href "https://libera.chat"} "on Libera.Chat"]
                " and "
                [:a {:href "https://matrix.to/#/fennel:matrix.org"}
                [:a {:href "https://matrix.to/#/#fennel:matrix.org"}
                 "on Matrix."]]
               [:p {}
                "The 1st annual "
                [:a {:href "https://itch.io/jam/fennel-game-jam-1"} "Fennel Game Jam"]
                " happened in May 2022."]
               [:p {}
                "Come meet the Fennel community and make friends at any of our"
                [:a {:href "/events"} "community events."]]
-- 
2.41.0
"J. Ryan Stinnett" <jryans@gmail.com> writes: