diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-30 22:32:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-30 22:32:10 +0000 |
commit | 0cd241ac49eaa35c45d301a167343af08ae84705 (patch) | |
tree | 51335fe9ca4f7899706b3e64d9434559fe476c34 /comms | |
parent | 7bb7077500c0f9e98b2416e41d9aa612d997f93f (diff) | |
download | pkgsrc-0cd241ac49eaa35c45d301a167343af08ae84705.tar.gz |
Switch github HOMEPAGEs to https.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-termstyle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/py-termstyle/Makefile b/comms/py-termstyle/Makefile index 6bc65085953..7d5391dda4e 100644 --- a/comms/py-termstyle/Makefile +++ b/comms/py-termstyle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/07/20 17:20:57 adam Exp $ +# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:10 wiz Exp $ DISTNAME= termstyle-0.1.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_PYPI:=t/termstyle/} MAINTAINER= rodent@NetBSD.org -HOMEPAGE= http://github.com/gfxmonk/termstyle +HOMEPAGE= https://github.com/gfxmonk/termstyle COMMENT= Console colouring for python LICENSE= modified-bsd |