From f3f8244849fbe94ce482b4b660aae4a007d07b8d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 2 Apr 2022 20:38:27 +0100 Subject: fix url --- share/templates/default/header.tmpl | 2 +- src/photoalbum.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/templates/default/header.tmpl b/share/templates/default/header.tmpl index 932fbb8..db6dd55 100644 --- a/share/templates/default/header.tmpl +++ b/share/templates/default/header.tmpl @@ -86,7 +86,7 @@ END if [ "${show_header_bar}" = 'yes' ]; then cat < - Site generated at $(date) with codeberg.org/foozone/photoalbum + Site generated at $(date) with codeberg.org/snonux/photoalbum - © by Paul Buetow diff --git a/src/photoalbum.sh b/src/photoalbum.sh index 30890f2..7eb3e3b 100755 --- a/src/photoalbum.sh +++ b/src/photoalbum.sh @@ -1,7 +1,7 @@ #!/bin/env bash # photoalbum (c) 2011 - 2014, 2022 by Paul Buetow -# https://codeberg.org/foozone/photoalbum +# https://codeberg.org/snonux/photoalbum readonly VERSION='PHOTOALBUMVERSION' readonly DEFAULTRC='/etc/default/photoalbum' -- cgit v1.2.3