diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-27 15:12:44 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-27 12:08:48 -0400 |
commit | a4c6df966771fbbd2119b582d92e3fcaf6e97304 (patch) | |
tree | aae71632363841b72a2814045336d71a6612f4c0 /x11-terms/lilyterm | |
parent | www-client/vivaldi-snapshot: use HTTPs (diff) | |
download | gentoo-a4c6df966771fbbd2119b582d92e3fcaf6e97304.tar.gz gentoo-a4c6df966771fbbd2119b582d92e3fcaf6e97304.tar.bz2 gentoo-a4c6df966771fbbd2119b582d92e3fcaf6e97304.zip |
x11-terms/lilyterm: use HTTPs
Diffstat (limited to 'x11-terms/lilyterm')
-rw-r--r-- | x11-terms/lilyterm/lilyterm-0.9.9.4-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-terms/lilyterm/lilyterm-0.9.9.4.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
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" |