about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-03-10T10·33+0200
committerflokli <flokli@flokli.de>2024-03-10T17·14+0000
commit37703c9e44208c1929e186dc45d3d03984826398 (patch)
treeb87cebade8a18fd1b3c93e9237ad34a0c9cf25b0
parentbd1def3ec4dce82fb069815ab5de29f359bae78d (diff)
docs(tvix/README): update IRC channels r/7662
`#tvl` is the general TVL community channel, `#tvix-dev` is dedicated to
Tvix development discussion.

Change-Id: If899d9ae70dffb4acf6a41ded54f80a1f0551c5d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11110
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
-rw-r--r--tvix/README.md20
1 files changed, 16 insertions, 4 deletions
diff --git a/tvix/README.md b/tvix/README.md
index e95b71bfaf..bf96afa4ba 100644
--- a/tvix/README.md
+++ b/tvix/README.md
@@ -16,9 +16,14 @@ For more information about Tvix, feel free to reach out. We are interested in
 people who would like to help us review designs, brainstorm and describe
 requirements that we may not yet have considered.
 
-Most of the discussion around development happens on our IRC channel, which you
-can join in several ways documented on [tvl.fyi][getting-in-touch], or on our
-[mailing list][].
+Most of the discussion around development happens in our dedicated IRC channel,
+[`#tvix-dev`][tvix-dev-irc] on [hackint][],
+which is also reachable [via XMPP][hackint-xmpp]
+at [`#tvix-dev@irc.hackint.org`][tvix-dev-xmpp] (sic!)
+and [via Matrix][hackint-matrix] at [`#tvix-dev:hackint.org`][tvix-dev-matrix].
+
+There's also the IRC channel of the [wider TVL community][tvl-getting-in-touch],
+less on-topic, or our [mailing list][].
 
 Contributions to Tvix follow the TVL [review flow][review-docs] and
 [contribution guidelines][contributing].
@@ -28,10 +33,17 @@ Contributions to Tvix follow the TVL [review flow][review-docs] and
 [tvix-src]: https://cs.tvl.fyi/depot/-/tree/tvix/
 [tvix-gerrit]: https://cl.tvl.fyi/q/path:%255Etvix.*
 [b]: https://b.tvl.fyi
-[getting-in-touch]: https://tvl.fyi/#getting-in-touch
+[tvl-getting-in-touch]: https://tvl.fyi/#getting-in-touch
 [mailing list]: https://inbox.tvl.su
 [review-docs]: https://code.tvl.fyi/about/docs/REVIEWS.md
 [contributing]: https://code.tvl.fyi/about/docs/CONTRIBUTING.md
+[tvix-dev-irc]: ircs://irc.hackint.org:6697/#tvix-dev
+[hackint]: https://hackint.org/
+[hackint-xmpp]: https://hackint.org/transport/xmpp
+[tvix-dev-xmpp]: xmpp:#tvix-dev@irc.hackint.org?join
+[hackint-matrix]: https://hackint.org/transport/matrix
+[tvix-dev-matrix]: https://matrix.to/#/#tvix-dev:hackint.org
+[tvix-dev-webchat]: https://webirc.hackint.org/#ircs://irc.hackint.org/#tvix-dev
 
 WARNING: Tvix is not ready for use in production. None of our current APIs
 should be considered stable in any way.