about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2023-07-27 19:21:00 -0400
committerAntoni Boucher <bouanto@zoho.com>2023-07-27 19:21:00 -0400
commit52716d237cf00dab0d51b253bc080810570f47ef (patch)
tree069f9133659e68917bf49200eaeedb75ddcc7397
parent14964ed2f6c8f19a444afe886d0c2ac68a831e45 (diff)
Add back link to IRC
-rw-r--r--Readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index fbe1a407733..55daad6dcd0 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,6 +1,7 @@
 # WIP libgccjit codegen backend for rust
 
-[![Chat on IRC](https://img.shields.io/badge/matrix.org-%23rustc__codegen__gcc-blue.svg)](https://matrix.to/#/#rustc_codegen_gcc:matrix.org)
+[![Chat on IRC](https://img.shields.io/badge/irc.libera.chat-%23rustc__codegen__gcc-blue.svg)](https://web.libera.chat/#rustc_codegen_gcc)
+[![Chat on Matrix](https://img.shields.io/badge/matrix.org-%23rustc__codegen__gcc-blue.svg)](https://matrix.to/#/#rustc_codegen_gcc:matrix.org)
 
 This is a GCC codegen for rustc, which means it can be loaded by the existing rustc frontend, but benefits from GCC: more architectures are supported and GCC's optimizations are used.