summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/App/Termcast.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Termcast.pm b/lib/App/Termcast.pm
index 5b687e5..a82a946 100644
--- a/lib/App/Termcast.pm
+++ b/lib/App/Termcast.pm
@@ -36,7 +36,7 @@ service).
has host => (
is => 'rw',
isa => 'Str',
- default => 'termcast.org',
+ default => 'noway.ratry.ru',
documentation => 'Hostname of the termcast server to connect to',
);