Skip to content

Commit a128c1c

Browse files
authored
Update hook URL in help message
1 parent c90ec19 commit a128c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/geth.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Geth::Plugin::Info {
1414
multi method irc-to-me ($ where /^ \s* ['help' | 'source' ] '?'? \s* $/) {
1515
"Source at https://github.com/perl6/geth "
1616
~ "To add repo, add an 'application/json' webhook on GitHub "
17-
~ "pointing it to https://geth.perl6.party/?chan=#perl6 and choose "
17+
~ "pointing it to http://geth.niner.name:8888/?chan=#perl6 and choose "
1818
~ "'Send me everything' for events to send | use `ver URL to commit` "
1919
~ "to fetch version bump changes";
2020
}

0 commit comments

Comments
 (0)