diff options
author | scole <scole@pkgsrc.org> | 2020-01-30 16:26:43 +0000 |
---|---|---|
committer | scole <scole@pkgsrc.org> | 2020-01-30 16:26:43 +0000 |
commit | 1b6904af4a2a25375ed1e135741e919a0c404fb4 (patch) | |
tree | 2ad8c840aadf60eff7083df4f6bdf9c3fabec8be | |
parent | bce9657478196d95c05822c15f93e3991d8a793a (diff) | |
download | pkgsrc-1b6904af4a2a25375ed1e135741e919a0c404fb4.tar.gz |
Revert HOMEPAGE back to http instead of https. The https page doesn't seem to work.
-rw-r--r-- | emulators/ski/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile index af78d3c11f0..43118fc36b3 100644 --- a/emulators/ski/Makefile +++ b/emulators/ski/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2020/01/23 15:59:36 scole Exp $ +# $NetBSD: Makefile,v 1.36 2020/01/30 16:26:43 scole Exp $ # DISTNAME= ski-1.3.2 @@ -7,7 +7,7 @@ CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ski/} MAINTAINER= cherry@zyx.in -HOMEPAGE= https://ski.sourceforge.net/ +HOMEPAGE= http://ski.sourceforge.net/ COMMENT= The ia64 instruction set simulator LICENSE= gnu-gpl-v2 |