From 72fcee4da7f86dfd12c8363b03c8cb82e0af12fe Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 May 2021 08:46:58 +0100 Subject: fix URIs --- README.pod | 2 +- debian/control | 2 +- debian/copyright | 2 +- docs/loadbars.1 | 2 +- docs/loadbars.pod | 2 +- docs/loadbars.txt | 2 +- lib/Loadbars/Constants.pm | 2 +- loadbars | 2 +- 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 - +Paul Buetow - =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 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 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 \- +Paul Buetow \- 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 - +Paul Buetow - =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 - + Paul Buetow - 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 ', + COPYRIGHT => '2010-2013 (c) Paul Buetow ', 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; -- cgit v1.2.3