diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-01 14:01:21 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-04 21:37:28 -0400 |
commit | 948819dc77fa8c4833defdc5ce27d8b5f0f45614 (patch) | |
tree | a004a8d899f3eda8b08070666696be771c5b571d /dev-tex | |
parent | app-office/texstudio: use HTTPS (diff) | |
download | gentoo-948819dc77fa8c4833defdc5ce27d8b5f0f45614.tar.gz gentoo-948819dc77fa8c4833defdc5ce27d8b5f0f45614.tar.bz2 gentoo-948819dc77fa8c4833defdc5ce27d8b5f0f45614.zip |
dev-tex/bibtex2html: use HTTPS
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/bibtex2html/bibtex2html-1.98.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tex/bibtex2html/bibtex2html-1.98.ebuild b/dev-tex/bibtex2html/bibtex2html-1.98.ebuild index 7e5e4b73a356..40fff567480f 100644 --- a/dev-tex/bibtex2html/bibtex2html-1.98.ebuild +++ b/dev-tex/bibtex2html/bibtex2html-1.98.ebuild @@ -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" |