dev-tex/bibtex2html: use HTTPS

This commit is contained in:
Michael Mair-Keimberger
2018-05-01 14:01:21 +02:00
committed by Aaron Bauman
parent 71a76d50b7
commit 948819dc77

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,8 +8,8 @@ inherit eutils
IUSE="doc +ocamlopt"
DESCRIPTION="A bibtex to HTML converter"
SRC_URI="http://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz"
HOMEPAGE="http://www.lri.fr/~filliatr/bibtex2html/"
SRC_URI="https://www.lri.fr/~filliatr/ftp/bibtex2html/${P}.tar.gz"
HOMEPAGE="https://www.lri.fr/~filliatr/bibtex2html/"
SLOT="0"