diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-03-17 01:15:09 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-03-17 01:15:09 +0000 |
commit | d15a99e7dbcc4777f4d17ed051d26d16c15a8de6 (patch) | |
tree | dba5585b529420fef78cec6d7f787b0d665108d2 /emulators | |
parent | 38883aba4906c22962336ee55748d59bcc143dd3 (diff) | |
download | pkgsrc-d15a99e7dbcc4777f4d17ed051d26d16c15a8de6.tar.gz |
Follow HOMEPAGE redirect
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aranym/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index 335aee562e3..f8e58891f62 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2018/01/28 16:24:13 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2018/03/17 01:15:09 ryoon Exp $ # ETVER= 0.9.4 @@ -11,7 +11,7 @@ SITES.emutos-512k-${ETVER}.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/} DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-${ETVER}.zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://aranym.sourceforge.net/ +HOMEPAGE= https://aranym.github.io/ COMMENT= Atari Running on Any Machine LICENSE= gnu-gpl-v2 |