From 4332d78a65f7e069fb4006768aba6b53881eff25 Mon Sep 17 00:00:00 2001
From: Luis Ressel <aranea@aixah.de>
Date: Mon, 22 Jul 2019 04:26:22 +0200
Subject: [PATCH] system/abuild: Fix URL

---
 system/abuild/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/abuild/APKBUILD b/system/abuild/APKBUILD
index ff09dbd2f0..46495b93f9 100644
--- a/system/abuild/APKBUILD
+++ b/system/abuild/APKBUILD
@@ -3,7 +3,7 @@ pkgname=abuild
 pkgver=3.3.1
 pkgrel=1
 pkgdesc="Script to build APK packages"
-url="https://code.foxkit.us/adelie/aports"
+url="https://code.foxkit.us/adelie/abuild"
 arch="all"
 license="GPL-2.0-only"
 depends="fakeroot sudo pax-utils openssl apk-tools>=2.0.7-r1 libc-utils
-- 
GitLab