diff options
author | tnn <tnn@pkgsrc.org> | 2015-09-12 20:03:00 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-09-12 20:03:00 +0000 |
commit | f98ef1011ce4211dd5e28a00909ec38827d12fed (patch) | |
tree | bae0f1ab6757ee79a660fc273d123c39a3961f25 /chat/spectrum | |
parent | 42b7f5db8bffa3f114942367298e48cdf47e10f8 (diff) | |
download | pkgsrc-f98ef1011ce4211dd5e28a00909ec38827d12fed.tar.gz |
cloud.github.com unconditionally redirects to https. Use it directly.
Diffstat (limited to 'chat/spectrum')
-rw-r--r-- | chat/spectrum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/spectrum/Makefile b/chat/spectrum/Makefile index fd84c479ad4..cf79f936ec1 100644 --- a/chat/spectrum/Makefile +++ b/chat/spectrum/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2015/04/06 08:17:21 adam Exp $ +# $NetBSD: Makefile,v 1.47 2015/09/12 20:03:00 tnn Exp $ DISTNAME= spectrum-1.4.8 PKGREVISION= 29 CATEGORIES= chat -MASTER_SITES= http://cloud.github.com/downloads/hanzz/libtransport/ +MASTER_SITES= https://cloud.github.com/downloads/hanzz/libtransport/ MAINTAINER= schnoebe@NetBSD.org HOMEPAGE= http://spectrum.im/ |