diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 08:34:18 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-01 08:34:18 +0100 |
| commit | 75b67f975bd6fb94cc736443926379f825bf8a2b (patch) | |
| tree | fe0549257b05cdbabc3952539a504f3deb2c5226 | |
| parent | afcef00afe30374790ff8b2494ed46e7ffa3b19e (diff) | |
fix URIs
| -rw-r--r-- | README.pod | 2 | ||||
| -rw-r--r-- | docs/photoalbum.1 | 2 | ||||
| -rw-r--r-- | docs/photoalbum.pod | 2 | ||||
| -rw-r--r-- | docs/photoalbum.txt | 2 | ||||
| -rw-r--r-- | share/templates/default/footer.tmpl | 2 | ||||
| -rwxr-xr-x | src/photoalbum.sh | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -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); <photoalbum@mx.buetow.org> +Page generated at $(date) using Bash and ImageMagick at $(uname); <photoalbum@dev.buetow.org> </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 |
