summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-08 10:36:25 +0000
committernia <nia@pkgsrc.org>2019-07-08 10:36:25 +0000
commit42fddbb2e39d63e32f6648a73d6c6c84b2d3da30 (patch)
tree82deb90fa659d053a73f5c4985a0f39ea6acdecf /www
parent441bb45d84eceaf2eb43a6b84c02f94ac1a07d3d (diff)
downloadpkgsrc-42fddbb2e39d63e32f6648a73d6c6c84b2d3da30.tar.gz
Follow some http->https redirects.
Diffstat (limited to 'www')
-rw-r--r--www/hugo/Makefile4
-rw-r--r--www/py-gunicorn/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/hugo/Makefile b/www/hugo/Makefile
index 7716859b129..4ef0b9358e2 100644
--- a/www/hugo/Makefile
+++ b/www/hugo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/05/27 15:18:35 bsiegert Exp $
+# $NetBSD: Makefile,v 1.19 2019/07/08 10:36:27 nia Exp $
DISTNAME= hugo-0.55.6
PKGNAME= go-${DISTNAME}
@@ -9,7 +9,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
GITHUB_PROJECT= ${PKGBASE:S/^go-//}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://gohugo.io/
+HOMEPAGE= https://gohugo.io/
COMMENT= A Fast & Modern Static Website Engine
LICENSE= apache-2.0
diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile
index e544e43822a..f8ed9b0e817 100644
--- a/www/py-gunicorn/Makefile
+++ b/www/py-gunicorn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/07/04 03:43:12 adam Exp $
+# $NetBSD: Makefile,v 1.15 2019/07/08 10:36:27 nia Exp $
DISTNAME= gunicorn-19.9.0
CATEGORIES= www python
@@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=g/gunicorn/}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
MAINTAINER= gls@NetBSD.org
-HOMEPAGE= http://gunicorn.org/
+HOMEPAGE= https://gunicorn.org/
COMMENT= Python WSGI HTTP server
LICENSE= mit