diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/apkfoundry/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/apkfoundry/APKBUILD b/user/apkfoundry/APKBUILD index 3fa645550..007c3d913 100644 --- a/user/apkfoundry/APKBUILD +++ b/user/apkfoundry/APKBUILD @@ -3,7 +3,7 @@ pkgname=apkfoundry pkgver=0.5 pkgrel=0 pkgdesc="APK build orchestrator and distribution builder" -url="https://code.foxkit.us/sroracle/apkfoundry" +url="https://dev.sick.bike/apkfoundry/" arch="all" options="!check" # Cannot be run inside itself. license="GPL-2.0-only AND MIT" |