Date: Tuesday, May 29, 2018 @ 14:42:57 Author: andrewsc Revision: 333178
redis: Updating pkg url to use https Modified: redis/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-29 14:22:07 UTC (rev 333177) +++ PKGBUILD 2018-05-29 14:42:57 UTC (rev 333178) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Andrew Crerar <[email protected]> +# Maintainer: Andrew Crerar <[email protected]> # Contributor: Sergej Pupykin <[email protected]> # Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: Jan-Erik Rediger <badboy at archlinux dot us> @@ -10,7 +10,7 @@ pkgrel=1 pkgdesc='Advanced key-value store' arch=('x86_64') -url='http://redis.io/' +url='https://redis.io/' license=('BSD') depends=('jemalloc' 'grep' 'shadow') backup=('etc/redis.conf'
