summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 08:46:58 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-01 08:46:58 +0100
commit72fcee4da7f86dfd12c8363b03c8cb82e0af12fe (patch)
treed27e7f5f87db381ccaa0dc2a4fba33edd4522853 /lib
parent40c64a0dec3c92665215df81387f5df21e5ee53c (diff)
fix URIs
Diffstat (limited to 'lib')
-rw-r--r--lib/Loadbars/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Loadbars/Constants.pm b/lib/Loadbars/Constants.pm
index 1d074d5..8f6a6d3 100644
--- a/lib/Loadbars/Constants.pm
+++ b/lib/Loadbars/Constants.pm
@@ -6,7 +6,7 @@ use warnings;
use SDL::Color;
use constant {
- COPYRIGHT => '2010-2013 (c) Paul Buetow <loadbars@mx.buetow.org>',
+ COPYRIGHT => '2010-2013 (c) Paul Buetow <loadbars@dev.buetow.org>',
CONFFILE => $ENV{HOME} . '/.loadbarsrc',
CSSH_CONFFILE => '/etc/clusters',
CSSH_MAX_RECURSION => 10,