diff options
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" |