diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-08-11 17:43:51 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-08-11 17:43:51 +0000 |
commit | 2e52cb76d0c9b6a7be7c6544e89ca144a8ff86a0 (patch) | |
tree | bd82e34c0fc4594a34c9d6f5b34a0a66ec1a05d5 /community | |
parent | 0d86c7a10afcdfc5bceb3fcf09bde116b68cb2c5 (diff) | |
download | aports-2e52cb76d0c9b6a7be7c6544e89ca144a8ff86a0.tar.bz2 aports-2e52cb76d0c9b6a7be7c6544e89ca144a8ff86a0.tar.xz |
community/atools: switch upstream source to gitlab
Diffstat (limited to 'community')
-rw-r--r-- | community/atools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/atools/APKBUILD b/community/atools/APKBUILD index a1a11d2452..b026c9d793 100644 --- a/community/atools/APKBUILD +++ b/community/atools/APKBUILD @@ -11,7 +11,7 @@ depends="grep" makedepends="scdoc redo" checkdepends="bats" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/maxice8/atools/archive/$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://gitlab.alpinelinux.org/Leo/atools/-/archive/$pkgver/atools-$pkgver.tar.gz" build() { redo build |