summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 08:34:18 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-01 08:34:18 +0100
commit75b67f975bd6fb94cc736443926379f825bf8a2b (patch)
treefe0549257b05cdbabc3952539a504f3deb2c5226
parentafcef00afe30374790ff8b2494ed46e7ffa3b19e (diff)
fix URIs
-rw-r--r--README.pod2
-rw-r--r--docs/photoalbum.12
-rw-r--r--docs/photoalbum.pod2
-rw-r--r--docs/photoalbum.txt2
-rw-r--r--share/templates/default/footer.tmpl2
-rwxr-xr-xsrc/photoalbum.sh2
6 files changed, 6 insertions, 6 deletions
diff --git a/README.pod b/README.pod
index 829b6b9..9c55dd7 100644
--- a/README.pod
+++ b/README.pod
@@ -53,6 +53,6 @@ See package description or project website.
=head1 AUTHOR
-Paul Buetow - <http://photoalbum.buetow.org>
+Paul Buetow - <http://buetow.org>
=cut
diff --git a/docs/photoalbum.1 b/docs/photoalbum.1
index e9878ae..c0d7344 100644
--- a/docs/photoalbum.1
+++ b/docs/photoalbum.1
@@ -181,4 +181,4 @@ Go to the templates directory and edit them as wished.
See package description or project website.
.SH "AUTHOR"
.IX Header "AUTHOR"
-Paul Buetow \- <http://photoalbum.buetow.org>
+Paul Buetow \- <http://buetow.org>
diff --git a/docs/photoalbum.pod b/docs/photoalbum.pod
index 829b6b9..9c55dd7 100644
--- a/docs/photoalbum.pod
+++ b/docs/photoalbum.pod
@@ -53,6 +53,6 @@ See package description or project website.
=head1 AUTHOR
-Paul Buetow - <http://photoalbum.buetow.org>
+Paul Buetow - <http://buetow.org>
=cut
diff --git a/docs/photoalbum.txt b/docs/photoalbum.txt
index c0a7a51..56d7806 100644
--- a/docs/photoalbum.txt
+++ b/docs/photoalbum.txt
@@ -41,5 +41,5 @@ LICENSE
See package description or project website.
AUTHOR
- Paul Buetow - <http://photoalbum.buetow.org>
+ Paul Buetow - <http://buetow.org>
diff --git a/share/templates/default/footer.tmpl b/share/templates/default/footer.tmpl
index a6b5c78..18af2b5 100644
--- a/share/templates/default/footer.tmpl
+++ b/share/templates/default/footer.tmpl
@@ -10,7 +10,7 @@ END
fi
cat <<END
-Page generated at $(date) using Bash and ImageMagick at $(uname); &lt;photoalbum@mx.buetow.org&gt;
+Page generated at $(date) using Bash and ImageMagick at $(uname); &lt;photoalbum@dev.buetow.org&gt;
</body>
</html>
END
diff --git a/src/photoalbum.sh b/src/photoalbum.sh
index 82c086a..b18a446 100755
--- a/src/photoalbum.sh
+++ b/src/photoalbum.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# photoalbum (c) 2011 - 2014 by Paul C. Buetow
-# http://photoalbum.buetow.org
+# http://github.com/snonux/photoalbum
declare -r VERSION='PHOTOALBUMVERSION'
declare -r DEFAULTRC=/etc/default/photoalbum