summaryrefslogtreecommitdiff
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
parent40c64a0dec3c92665215df81387f5df21e5ee53c (diff)
fix URIs
-rw-r--r--README.pod2
-rw-r--r--debian/control2
-rw-r--r--debian/copyright2
-rw-r--r--docs/loadbars.12
-rw-r--r--docs/loadbars.pod2
-rw-r--r--docs/loadbars.txt2
-rw-r--r--lib/Loadbars/Constants.pm2
-rwxr-xr-xloadbars2
8 files changed, 8 insertions, 8 deletions
diff --git a/README.pod b/README.pod
index ef3f3e6..4a652f4 100644
--- a/README.pod
+++ b/README.pod
@@ -95,6 +95,6 @@ See package description or project website.
=head1 AUTHOR
-Paul Buetow - <http://loadbars.buetow.org>
+Paul Buetow - <http://buetow.org>
=cut
diff --git a/debian/control b/debian/control
index a918654..1519378 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Paul Buetow <paul@buetow.org>
Build-Depends: perl, perltidy
Standards-Version: 3.9.2
-Homepage: http://loadbars.buetow.org
+Homepage: http://buetow.org
Vcs-Git: https://github.com/buetow/loadbars.git
Vcs-Browser: https://github.com/buetow/loadbars
diff --git a/debian/copyright b/debian/copyright
index b563119..4685493 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format: http://dep.debian.net/deps/dep5
Upstream-Name: loadbars
-Source: http://loadbars.buetow.org
+Source: http://buetow.org
Files: *
Copyright: 2012 Paul Buetow <paul@buetow.org>
diff --git a/docs/loadbars.1 b/docs/loadbars.1
index d0ddb05..9317d90 100644
--- a/docs/loadbars.1
+++ b/docs/loadbars.1
@@ -211,4 +211,4 @@ will always show all \s-1CPU\s0 cores. If you press the 'w' hotkey during progra
See package description or project website.
.SH "AUTHOR"
.IX Header "AUTHOR"
-Paul Buetow \- <http://loadbars.buetow.org>
+Paul Buetow \- <http://buetow.org>
diff --git a/docs/loadbars.pod b/docs/loadbars.pod
index ef3f3e6..4a652f4 100644
--- a/docs/loadbars.pod
+++ b/docs/loadbars.pod
@@ -95,6 +95,6 @@ See package description or project website.
=head1 AUTHOR
-Paul Buetow - <http://loadbars.buetow.org>
+Paul Buetow - <http://buetow.org>
=cut
diff --git a/docs/loadbars.txt b/docs/loadbars.txt
index 5201ed6..a3ac6a2 100644
--- a/docs/loadbars.txt
+++ b/docs/loadbars.txt
@@ -96,5 +96,5 @@ LICENSE
See package description or project website.
AUTHOR
- Paul Buetow - <http://loadbars.buetow.org>
+ Paul Buetow - <http://buetow.org>
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,
diff --git a/loadbars b/loadbars
index e114489..42460f9 100755
--- a/loadbars
+++ b/loadbars
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# loadbars (c) 2010 - 2013, Paul Buetow
-# E-Mail: loadbars@mx.buetow.org WWW: http://loadbars.buetow.org
+# E-Mail: loadbars@dev.buetow.org WWW: http://buetow.org
# For legal informations see COPYING and COPYING.FONT
use strict;