Skip to content

Commit fc8dd04

Browse files
authored
Merge pull request #26 from mattip/libera
add libera.chat as a valid IRC channel
2 parents 33471af + ad391ec commit fc8dd04

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
(
116116
(
117117
('https://twitter.com/pypyproject', 'Twitter'),
118-
('https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end', 'IRC'),
118+
('https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end', 'IRC logs'),
119+
('https://libera.irclog.whitequark.org/pypy', 'IRC logs (libera.chat)'),
119120
('https://www.youtube.com/playlist?list=PLADqad94yVqDRQXuqxKrPS5QnVqbDLlRt', 'YouTube'),
120121
('https://www.twitch.tv/pypyproject', 'Twitch'),
121122
('/people.html', 'People'),

pages/contact.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
.. description:
88
99
10-
* irc: **#pypy** on **irc.freenode.net**
10+
* irc:
11+
12+
* **#pypy** on **irc.freenode.net** (still the official channel)
13+
* **#pypy** on **irc.libera.chat** (will become official soon?)
1114

1215
* mailing list: `pypy-dev at python.org`__
1316

themes/pypy/assets/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ div.sidebar {
194194
content: ' ▾';
195195
}
196196
.nav-container ul li ul li {
197-
min-width: 190px;
197+
min-width: 220px;
198198
}
199199
.nav-container ul li ul li a {
200200
padding: 15px;

0 commit comments

Comments
 (0)