From 689a43149c994707390f59a6bc96a911572eee92 Mon Sep 17 00:00:00 2001 From: Rob Herley Date: Sun, 15 Jan 2023 04:35:02 -0500 Subject: [PATCH] fix sponsor url in catalog app description (#6379) --- .github/scripts/build-catalog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/build-catalog.sh b/.github/scripts/build-catalog.sh index 8053aa915fd..450e8750ec3 100755 --- a/.github/scripts/build-catalog.sh +++ b/.github/scripts/build-catalog.sh @@ -92,7 +92,7 @@ patch_apps() { echo "---" >> ${target}/app-readme.md echo "" >> ${target}/app-readme.md echo "TrueCharts can only exist due to the incredible effort of our staff." >> ${target}/app-readme.md - echo "Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!" >> ${target}/app-readme.md + echo "Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!" >> ${target}/app-readme.md } export -f patch_apps