diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-23 20:00:52 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-23 20:00:52 -0300 |
commit | 9e41bf2861c64860bc3fd0537915650e7f3c40af (patch) | |
tree | c0da8f5190d3a311a0abf7a8a3986082010d2532 /testing/mapnik | |
parent | 0fedadf7d04400beb3d468424a24a3be958882c3 (diff) | |
download | aports-9e41bf2861c64860bc3fd0537915650e7f3c40af.tar.bz2 aports-9e41bf2861c64860bc3fd0537915650e7f3c40af.tar.xz |
testing/mapnik: fix url
Diffstat (limited to 'testing/mapnik')
-rw-r--r-- | testing/mapnik/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mapnik/APKBUILD b/testing/mapnik/APKBUILD index 2c8e50d5d1..80ab27745c 100644 --- a/testing/mapnik/APKBUILD +++ b/testing/mapnik/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Markus Juenemann <markus@juenemann.net> pkgname=mapnik pkgver=3.0.22 -pkgrel=2 +pkgrel=3 pkgdesc="An open source toolkit for developing mapping applications" -url="http://mapnik.org/" +url="https://mapnik.org/" arch="x86_64" license="LPGL-2.0-or-later" makedepends=" |