diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-03 11:16:29 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-03 09:48:32 -0400 |
commit | ab8f52ce3aa11cde8895c61e843676b872626d4c (patch) | |
tree | 6c9bc127dc9182a1de9335e6cfe3f4cd5f391a82 /net-print/gtklp | |
parent | net-print/cups-pdf: use HTTPs (diff) | |
download | gentoo-ab8f52ce3aa11cde8895c61e843676b872626d4c.tar.gz gentoo-ab8f52ce3aa11cde8895c61e843676b872626d4c.tar.bz2 gentoo-ab8f52ce3aa11cde8895c61e843676b872626d4c.zip |
net-print/gtklp: use HTTPs
Diffstat (limited to 'net-print/gtklp')
-rw-r--r-- | net-print/gtklp/gtklp-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-print/gtklp/gtklp-1.3.1.ebuild b/net-print/gtklp/gtklp-1.3.1.ebuild index f497e6e58bc7..4243a9bc3430 100644 --- a/net-print/gtklp/gtklp-1.3.1.ebuild +++ b/net-print/gtklp/gtklp-1.3.1.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=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools eutils DESCRIPTION="A GUI for cupsd" -HOMEPAGE="http://gtklp.sirtobi.com/" +HOMEPAGE="https://gtklp.sirtobi.com/" SRC_URI="mirror://sourceforge/gtklp/${P}.src.tar.gz mirror://sourceforge/gtklp/logo.xpm.gz -> gtklp-logo.xpm.gz" |