diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-04 17:15:43 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-04 17:15:43 +0000 |
commit | 8504107f2c88e8025e42f7db5f2dad1bbf226cf1 (patch) | |
tree | 9e0a7b4cee287fb7089d8eb77a7bd46c12c93a6e /community/gource | |
parent | 1356870971b2b3362aa1f481b5046685046a2ea2 (diff) | |
download | aports-8504107f2c88e8025e42f7db5f2dad1bbf226cf1.tar.bz2 aports-8504107f2c88e8025e42f7db5f2dad1bbf226cf1.tar.xz |
community/gource: update url with https
Diffstat (limited to 'community/gource')
-rw-r--r-- | community/gource/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gource/APKBUILD b/community/gource/APKBUILD index 0f6ae17cb6..bd3ecf2a33 100644 --- a/community/gource/APKBUILD +++ b/community/gource/APKBUILD @@ -4,7 +4,7 @@ pkgname=gource pkgver=0.49 pkgrel=1 pkgdesc="Software version control visualization" -url="http://gource.io/" +url="https://gource.io/" arch="all !s390x" license="GPL-3.0" makedepends="ftgl-dev sdl2-dev sdl2_image-dev pcre-dev glew-dev libpng-dev |