diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-01 14:58:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-01 14:58:51 +0000 |
commit | 341ff34e85b03b48fcd6c0b14b40060ad48e86eb (patch) | |
tree | 21c7c3cd135d36c74597cef0a9bcc0e37939a5f8 /converters/bibtex2html | |
parent | 67f4b6f665273a4ddf98b556a086e06f047b3bd0 (diff) | |
download | pkgsrc-341ff34e85b03b48fcd6c0b14b40060ad48e86eb.tar.gz |
Follow some http -> https redirects.
Diffstat (limited to 'converters/bibtex2html')
-rw-r--r-- | converters/bibtex2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index 22a2876686b..07c3a490185 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2017/07/11 14:19:19 jaapb Exp $ +# $NetBSD: Makefile,v 1.46 2017/08/01 14:58:53 wiz Exp $ DISTNAME= bibtex2html-1.98 PKGREVISION= 7 @@ -6,7 +6,7 @@ CATEGORIES= converters MASTER_SITES= http://www.lri.fr/~filliatr/ftp/bibtex2html/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.lri.fr/~filliatr/bibtex2html/ +HOMEPAGE= https://www.lri.fr/~filliatr/bibtex2html/ COMMENT= Collection of tools for translating from BibTeX to HTML LICENSE= gnu-gpl-v2 |