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 /sysutils/salt-docs | |
parent | 42b7f5db8bffa3f114942367298e48cdf47e10f8 (diff) | |
download | pkgsrc-f98ef1011ce4211dd5e28a00909ec38827d12fed.tar.gz |
cloud.github.com unconditionally redirects to https. Use it directly.
Diffstat (limited to 'sysutils/salt-docs')
-rw-r--r-- | sysutils/salt-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/salt-docs/Makefile b/sysutils/salt-docs/Makefile index 6af375e6971..5ca377a3d4f 100644 --- a/sysutils/salt-docs/Makefile +++ b/sysutils/salt-docs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2015/03/18 15:04:35 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2015/09/12 20:03:01 tnn Exp $ DISTNAME= salt-0.10.5 PKGNAME= ${DISTNAME:S/-/-docs-/} CATEGORIES= sysutils -MASTER_SITES= http://cloud.github.com/downloads/saltstack/salt/ +MASTER_SITES= https://cloud.github.com/downloads/saltstack/salt/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://saltstack.org/ |