pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

conftest: Follow redirect in HOMEPAGE



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Jan 20 23:44:52 2022 +0100
Changeset:	7499c5a36a14fc3d73d145a33a7eacced3d9e350

Modified Files:
	conftest/Makefile

Log Message:
conftest: Follow redirect in HOMEPAGE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7499c5a36a14fc3d73d145a33a7eacced3d9e350

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 conftest/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/conftest/Makefile b/conftest/Makefile
index 9bf2cf0613..718988198c 100644
--- a/conftest/Makefile
+++ b/conftest/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=open-policy-agent/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	https://conftest.dev/
+HOMEPAGE=	https://www.conftest.dev/
 COMMENT=	Tests structured configuration data via OPA Rego query language
 LICENSE=	apache-2.0
 


Home | Main Index | Thread Index | Old Index