From a4c6df966771fbbd2119b582d92e3fcaf6e97304 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 27 May 2018 15:12:44 +0200 Subject: x11-terms/lilyterm: use HTTPs --- x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild | 6 +++--- x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'x11-terms/lilyterm') diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild index f82789c0b1d0..61340f581bf2 100644 --- a/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild +++ b/x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight" -HOMEPAGE="http://lilyterm.luna.com.tw" +HOMEPAGE="https://lilyterm.luna.com.tw" LICENSE="GPL-3" -SRC_URI="http://${PN}.luna.com.tw/file/${P}.tar.gz" +SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild index f271afbcddba..1cf81a312581 100644 --- a/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild +++ b/x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight" -HOMEPAGE="http://lilyterm.luna.com.tw" +HOMEPAGE="https://lilyterm.luna.com.tw" LICENSE="GPL-3" -SRC_URI="http://${PN}.luna.com.tw/file/${P}.tar.gz" +SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86" -- cgit v1.2.3-65-gdbad