commit: 929ad2b8d1c815a1878753509aa014f0a8a0f5df Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Feb 8 15:30:37 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Feb 9 16:06:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929ad2b8
media-gfx/jpeginfo: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild index 94655602da5..59414dd9e88 100644 --- a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild +++ b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 + inherit eutils toolchain-funcs DESCRIPTION="Prints information and tests integrity of JPEG/JFIF files" -HOMEPAGE="http://www.kokkonen.net/tjko/projects.html" -SRC_URI="http://www.kokkonen.net/tjko/src/${P}.tar.gz" +HOMEPAGE="https://www.kokkonen.net/tjko/projects.html" +SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
