diff options
author | TBK <tbk@jjtc.eu> | 2020-02-22 13:31:07 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-22 13:00:51 -0300 |
commit | f1892eccb882da31b3f3d72b46849f382cad81fa (patch) | |
tree | 840dbdae0888dfa9c44ab98452fccf92b221540e /community | |
parent | 7d25918a96a143577d28106eaebfdc1318f74aaf (diff) | |
download | aports-f1892eccb882da31b3f3d72b46849f382cad81fa.tar.bz2 aports-f1892eccb882da31b3f3d72b46849f382cad81fa.tar.xz |
community/atools: fix url
Diffstat (limited to 'community')
-rw-r--r-- | community/atools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/atools/APKBUILD b/community/atools/APKBUILD index 7477b0e059..b5f85e76cb 100644 --- a/community/atools/APKBUILD +++ b/community/atools/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=atools pkgver=18.12.3 -pkgrel=0 +pkgrel=1 pkgdesc="Auxilary scripts for abuild" -url="https://github.com/maxice8/atools" +url="https://gitlab.alpinelinux.org/Leo/atools" arch="noarch" license="MIT" depends="grep lua5.3 lua5.3-lyaml" |