From 7ea7cc784b3fed862b0d68e444f1d4f434bf618b Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 21 Jun 2025 21:53:18 +0300 Subject: [PATCH] Update URL --- pkg.info | 4 ++-- source.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 4bfe7c9..f547250 100644 --- a/pkg.info +++ b/pkg.info @@ -1,8 +1,8 @@ name: stormfetch description: A simple linux fetch program written in go and bash version: 6.1 -revision: 2 -url: https://git.enumerated.dev/EnumDev/stormfetch +revision: 3 +url: https://github.com/EnumeratedDev/stormfetch license: MIT architecture: any type: source diff --git a/source.sh b/source.sh index e8f522f..73d7a4f 100644 --- a/source.sh +++ b/source.sh @@ -2,7 +2,7 @@ # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT -REPO="https://git.enumerated.dev/EnumDev/stormfetch.git" +REPO="https://github.com/EnumeratedDev/stormfetch.git" # The prepare function is executed in the root of the temp directory # This function is used for downloading files and putting them into the correct location