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 | 6a8997df547d2287c09c816a10f0a5213dab0c18 (patch) | |
tree | 3819465ff5cb8475f669b30bb4c0e420f279b9ca /cad | |
parent | 8612f59272ea89ed41cb2c8e71bb8d383f123de0 (diff) | |
download | pkgsrc-6a8997df547d2287c09c816a10f0a5213dab0c18.tar.gz |
Switch github HOMEPAGEs to https.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/oce/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/oce/Makefile b/cad/oce/Makefile index f34118e960e..5f13ed4f139 100644 --- a/cad/oce/Makefile +++ b/cad/oce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/05/15 12:31:38 fhajny Exp $ +# $NetBSD: Makefile,v 1.3 2017/07/30 22:32:10 wiz Exp $ DISTNAME= OCE-0.18.1 PKGNAME= ${DISTNAME:tl} @@ -6,7 +6,7 @@ CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GITHUB:=tpaviot/} MAINTAINER= filip@joyent.com -HOMEPAGE= http://github.com/tpaviot/oce/ +HOMEPAGE= https://github.com/tpaviot/oce/ COMMENT= Open CASCADE Community Edition LICENSE= gnu-lgpl-v2.1 |