diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 13:34:57 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:24:24 -0400 |
commit | 181fb0a44c506762e9f9af426dffdcc47c3d8515 (patch) | |
tree | c537b3bfe514e8407b0f3eb1bc2d73b1ef43f919 /app-editors | |
parent | app-dicts/myspell-ro: use HTTPS (diff) | |
download | gentoo-181fb0a44c506762e9f9af426dffdcc47c3d8515.tar.gz gentoo-181fb0a44c506762e9f9af426dffdcc47c3d8515.tar.bz2 gentoo-181fb0a44c506762e9f9af426dffdcc47c3d8515.zip |
app-editors/ted: use HTTPS
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ted/ted-2.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/ted/ted-2.23.ebuild b/app-editors/ted/ted-2.23.ebuild index 47c86d46a256..9d89f2ecb765 100644 --- a/app-editors/ted/ted-2.23.ebuild +++ b/app-editors/ted/ted-2.23.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils toolchain-funcs xdg-utils DESCRIPTION="X-based rich text editor" -HOMEPAGE="http://www.nllgg.nl/Ted" +HOMEPAGE="https://www.nllgg.nl/Ted/" SRC_URI="ftp://ftp.nluug.nl/pub/editors/ted/${P}.src.tar.gz" LICENSE="GPL-2" |