~technomancy/fennel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH website] Fix link to Matrix room

Details
Message ID
<20230907095203.78447-1-jryans@gmail.com>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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
Details
Message ID
<87v8ckvsg0.fsf@hagelb.org>
In-Reply-To
<20230907095203.78447-1-jryans@gmail.com> (view parent)
DKIM signature
missing
Download raw message
"J. Ryan Stinnett" <jryans@gmail.com> writes:

> -                [:a {:href "https://matrix.to/#/fennel:matrix.org"}
> +                [:a {:href "https://matrix.to/#/#fennel:matrix.org"}

Applied and pushed; thanks!

-Phil
Reply to thread Export thread (mbox)