about summary refs log tree commit diff stats
path: root/templates/shell/src
diff options
context:
space:
mode:
Diffstat (limited to 'templates/shell/src')
-rwxr-xr-xtemplates/shell/src/main.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/shell/src/main.sh b/templates/shell/src/main.sh
index 4c4c836..cf4e438 100755
--- a/templates/shell/src/main.sh
+++ b/templates/shell/src/main.sh
@@ -5,9 +5,9 @@ SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
 
 # Both are used in `version`
 # shellcheck disable=2034
-AUTHORS="Benedikt Peetz"
+AUTHORS="%INIT_AUTHOR_NAME"
 # shellcheck disable=2034
-YEARS="2024"
+YEARS="%INIT_YEAR"
 
 printf "Hello World!\n\n"