From 406aed124355c47c285cd8d62e10db55dae77689 Mon Sep 17 00:00:00 2001 From: nia Date: Thu, 2 Jul 2020 17:50:38 +0000 Subject: [PATCH] lua-arc4random: Fix HOMEPAGE --- security/lua-arc4random/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/lua-arc4random/Makefile b/security/lua-arc4random/Makefile index 2b044d8fffb0..10e140e719c6 100644 --- a/security/lua-arc4random/Makefile +++ b/security/lua-arc4random/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/07/02 17:46:26 nia Exp $ +# $NetBSD: Makefile,v 1.2 2020/07/02 17:50:38 nia Exp $ DISTNAME= lua-arc4random-1.3.4 PKGNAME= ${DISTNAME:S/lua-/${LUA_PKGPREFIX}-/1} @@ -8,7 +8,7 @@ GITHUB_PROJECT= lua-arc4random GITHUB_TAG= v1.3-4 MAINTAINER= nia@NetBSD.org -HOMEPAGE= https://github.com/jgm/cmark-lua +HOMEPAGE= https://github.com/mikejsavage/lua-arc4random COMMENT= Lua wrapper for arc4random(3) LICENSE= mit