diff options
Diffstat (limited to 'system/gcc/APKBUILD')
-rw-r--r-- | system/gcc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/gcc/APKBUILD b/system/gcc/APKBUILD index 12e6d7b8a..9132db501 100644 --- a/system/gcc/APKBUILD +++ b/system/gcc/APKBUILD @@ -287,7 +287,7 @@ build() { --host=${CHOST} \ --target=${CTARGET} \ --with-pkgversion="Adelie ${pkgver}" \ - --with-bugurl="http://bts.adelielinux.org/" \ + --with-bugurl="https://bts.adelielinux.org/" \ --enable-checking=release \ --disable-fixed-point \ --disable-libstdcxx-pch \ |