We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90ec19 commit a128c1cCopy full SHA for a128c1c
bin/geth.p6
@@ -14,7 +14,7 @@ class Geth::Plugin::Info {
14
multi method irc-to-me ($ where /^ \s* ['help' | 'source' ] '?'? \s* $/) {
15
"Source at https://github.com/perl6/geth "
16
~ "To add repo, add an 'application/json' webhook on GitHub "
17
- ~ "pointing it to https://geth.perl6.party/?chan=#perl6 and choose "
+ ~ "pointing it to http://geth.niner.name:8888/?chan=#perl6 and choose "
18
~ "'Send me everything' for events to send | use `ver URL to commit` "
19
~ "to fetch version bump changes";
20
}
0 commit comments