Skip to content

Commit a061ff8

Browse files
authored
Merge pull request SCons#3961 from mwichmann/new-irc
New irc
2 parents 62e45b7 + 669f1c8 commit a061ff8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ coverage:
1919
notify:
2020
irc:
2121
default:
22-
server: "chat.freenode.net#scons"
22+
server: "irc.libera.chat#scons"
2323
branches: master
2424
threshold: null
2525
message: "Coverage {{changed}} for {{owner}}/{{repo}}" # customize the message

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dist: xenial
22
language: python
33

4-
# Used: travis encrypt "chat.freenode.net#scons" --add notifications.irc
4+
# Used: travis encrypt "irc.libera.chat#scons" --add notifications.irc
55
notifications:
66
irc:
77
secure: TTb+41Bj1qIUc6vj+kDqBME8H3lqXdAe1RWAjjz5hL7bzFah6qCBHNJn4DwzqYs6+Pwuwp+6wFy8hgmQttJnXve4h6GtjtvlWprDqxaC7RkFqMWFDBzDalgbB54Bi4+TTZmSJ1K/duI3LrDaN873nyn+2GBnj+3TiNtgURp1fsJMpPxXJzAsoC8UthEsbx0Zkoal/WF+IfsT2q1yQRmAwB9r/drbahx/FfL16r1QjDbI9y1fKvN5J3PirLUvxtHfuH1r8zq1vlLew2fvldgVRtFv7+Lsk2waG/eiRpMf94V5JWP1rNreV/i4AUbZaTLb3bkrhtvTjSKhvx69Ydm+ygXdRgWOD/KRgqpLNAfA+t/a2J1R++89svQI4dPBpQjlfua1elcDCFddeIslgnjDUPO23Y0o7tHAy8sWkwhTcZH1Wm42uJP6Z6tHTH6+dMLvvZpkq4RUKUcrXvoUvCsVlWMGjcsBX+AEQSFGDJnLtLehO9x0QbgVga/IRKjgpDWgQDZgro3AkGg/zzVj5uFRUoU+rbmEXq9feh5i3HfExAvA3UoEtnQ6uadDyWqtQcLRFmPSWDU82CO+sanGdFL0jBjigE8ubPObzxEAz3Fg1xk56OYBkAdEd+2KEzeO1nqJmrhsnc3c/3+b1cBvaL5ozW4XB4XcWsOi268SoiBrcBo=

README-package.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SCons - a software construction tool
22
####################################
33

44
.. image:: https://img.shields.io/badge/IRC-scons-blue.svg
5-
:target: http://webchat.freenode.net/?channels=%23scons&uio=d4
5+
:target: https://web.libera.chat/#scons
66
:alt: IRC
77

88
.. image:: https://img.shields.io/sourceforge/dm/scons.svg

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SCons - a software construction tool
22
####################################
33

44
.. image:: https://img.shields.io/badge/IRC-scons-blue.svg
5-
:target: http://webchat.freenode.net/?channels=%23scons&uio=d4
5+
:target: https://web.libera.chat/#scons
66
:alt: IRC
77

88
.. image:: https://img.shields.io/sourceforge/dm/scons.svg

0 commit comments

Comments
 (0)