From: Michael Mair-Keimberger Date: Sat, 31 Mar 2018 07:32:19 +0000 (+0200) Subject: app-text/pdftk: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ba99c47ab9548dadbd66e50a455470643dd7c374;p=gentoo.git app-text/pdftk: use HTTPS --- diff --git a/app-text/pdftk/pdftk-2.02.ebuild b/app-text/pdftk/pdftk-2.02.ebuild index d026f23fdf69..cd88040b5245 100644 --- a/app-text/pdftk/pdftk-2.02.ebuild +++ b/app-text/pdftk/pdftk-2.02.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" @@ -6,8 +6,8 @@ EAPI="5" inherit eutils DESCRIPTION="A tool for manipulating PDF documents" -HOMEPAGE="http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/" -SRC_URI="http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/${P}-src.zip" +HOMEPAGE="https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/" +SRC_URI="https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/${P}-src.zip" LICENSE="GPL-2" SLOT="0"