From 76ac783a8f4405c254b3cfff9bbc69767a5c2c19 Mon Sep 17 00:00:00 2001 From: HeCodes2Much Date: Sun, 25 Aug 2024 20:07:54 +0100 Subject: [PATCH] fixed proctl files --- .config/languages.sh | 2 +- .config/license.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/languages.sh b/.config/languages.sh index 6a37bd4cd..ca93a798f 100644 --- a/.config/languages.sh +++ b/.config/languages.sh @@ -2,5 +2,5 @@ export AUTHOR_NAME='HeCodes2Much' export AUTHOR_EMAIL='wayne6324@gmail.com' export AUTHOR_WEBSITE='https://063240.xyz/' -export AUTHOR_GIT='http://github.com/HeCodes2Much' +export AUTHOR_GIT='https://github.com/HeCodes2Much' export LANGUAGE_DIR='/home/wayne/.config/languages' diff --git a/.config/license.sh b/.config/license.sh index 2cb587021..95fb8c020 100644 --- a/.config/license.sh +++ b/.config/license.sh @@ -2,5 +2,5 @@ export AUTHOR_NAME='HeCodes2Much' export AUTHOR_EMAIL='wayne6324@gmail.com' export AUTHOR_WEBSITE='https://063240.xyz/' -export AUTHOR_GIT='http://github.com/HeCodes2Much' +export AUTHOR_GIT='https://github.com/HeCodes2Much' export LICENSE_DIR='/home/wayne/.config/licenses'