summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-04-18 21:28:26 -0500
committerJesse Luehrs <doy@tozt.net>2010-04-18 21:28:26 -0500
commitcfa30e9500402e8b0d7a947d5efac49f1f33e19a (patch)
tree6043fefbad485b084c1d2ab3e9e5433607e9bb86
parent30280393bd501a338ed158a8ea3c9ce2f1a1f681 (diff)
downloadapp-termcast-cfa30e9500402e8b0d7a947d5efac49f1f33e19a.tar.gz
app-termcast-cfa30e9500402e8b0d7a947d5efac49f1f33e19a.zip
oops, how did that get changed
-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',
);