diff options
author | markd <markd@pkgsrc.org> | 2022-09-29 05:42:36 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2022-09-29 05:42:36 +0000 |
commit | d64708c9d3cb9d85edf3066f98d34fe2e8396219 (patch) | |
tree | 4370abc88cbd37bfc798e980f4e515093bef61af | |
parent | 63f1256a05c3d07d1d3696b2394fc1cae2ca6f84 (diff) | |
download | pkgsrc-d64708c9d3cb9d85edf3066f98d34fe2e8396219.tar.gz |
redland: https for HOMEPAGE
-rw-r--r-- | textproc/redland/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 5e6014da1ca..bbcb82759b5 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2022/06/28 11:36:49 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2022/09/29 05:42:36 markd Exp $ DISTNAME= redland-1.0.17 PKGREVISION= 33 @@ -6,7 +6,7 @@ CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ MAINTAINER= markd@NetBSD.org -HOMEPAGE= http://librdf.org/ +HOMEPAGE= https://librdf.org/ COMMENT= Libraries supporting the Resource Description Framework (RDF) LICENSE= gnu-lgpl-v2.1 OR apache-2.0 |