diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-26 13:41:04 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-27 16:48:36 -0400 |
commit | 14f11801fdebe7d22310de224c278ee277bd7a4a (patch) | |
tree | 53c028b3ad83988c9dd8cdd6c7a35721b36bed00 /dev-libs/libtecla | |
parent | games-strategy/warzone2100: use HTTPS (diff) | |
download | gentoo-14f11801fdebe7d22310de224c278ee277bd7a4a.tar.gz gentoo-14f11801fdebe7d22310de224c278ee277bd7a4a.tar.bz2 gentoo-14f11801fdebe7d22310de224c278ee277bd7a4a.zip |
dev-libs/libtecla: use HTTPS
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/libtecla')
-rw-r--r-- | dev-libs/libtecla/libtecla-1.6.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libtecla/libtecla-1.6.3.ebuild b/dev-libs/libtecla/libtecla-1.6.3.ebuild index d7cd7848d68f..070399cd74d5 100644 --- a/dev-libs/libtecla/libtecla-1.6.3.ebuild +++ b/dev-libs/libtecla/libtecla-1.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools flag-o-matic DESCRIPTION="Tecla command-line editing library" -HOMEPAGE="http://www.astro.caltech.edu/~mcs/tecla/" -SRC_URI="http://www.astro.caltech.edu/~mcs/tecla/${P}.tar.gz" +HOMEPAGE="https://www.astro.caltech.edu/~mcs/tecla/" +SRC_URI="https://www.astro.caltech.edu/~mcs/tecla/${P}.tar.gz" LICENSE="icu" SLOT="0" |