Skip to content

Commit a8f1a76

Browse files
authored
Update docs: #haskell-servant is now on libera.chat (#1503)
1 parent 78034cd commit a8f1a76

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,10 @@ not been a timely response to a PR, you can ping the Maintainers group (with
7979
We encourage people to experiment with new combinators and instances - it is
8080
one of the most powerful ways of using `servant`, and a wonderful way of
8181
getting to know it better. If you do write a new combinator, we would love to
82-
know about it! Either hop on #servant on freenode and let us know, or open an
83-
issue with the `news` tag (which we will close when we read it).
82+
know about it! Either hop on
83+
[#haskell-servant on libera.chat](https://web.libera.chat/#haskell-servant) and
84+
let us know, or open an issue with the `news` tag (which we will close when we
85+
read it).
8486

8587
As for adding them to the main repo: maintaining combinators can be expensive,
8688
since official combinators must have instances for all classes (and new classes

doc/cookbook/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ how to solve many common problems with servant. If you're
66
interested in contributing examples of your own, feel free
77
to open an issue or a pull request on
88
`our github repository <https://github.com/haskell-servant/servant>`_
9-
or even to just get in touch with us on the **#servant** IRC channel
10-
on freenode or on
9+
or even to just get in touch with us on the `**#haskell-servant** IRC channel
10+
on libera.chat <https://web.libera.chat/#haskell-servant>_ or on
1111
`the mailing list <https://groups.google.com/forum/#!forum/haskell-servant>`_.
1212

1313
The scope is very wide. Simple and fancy authentication schemes,

doc/links.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Helpful Links
1212
`https://github.com/haskell-servant/servant/issues <https://github.com/haskell-servant/servant/issues>`_
1313

1414
- the irc channel:
15-
``#servant`` on freenode
15+
`#haskell-servant on libera.chat <https://web.libera.chat/#haskell-servant>`_
1616

1717
- the mailing list:
1818
`groups.google.com/forum/#!forum/haskell-servant <https://groups.google.com/forum/#!forum/haskell-servant>`_

0 commit comments

Comments
 (0)