diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-07-02 19:45:53 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-03 19:22:27 -0400 |
commit | e29bf58b5224ad9b44e7afdc938f5475e238e7f1 (patch) | |
tree | 58c79806312b38a7afda659d395e425916fa24a1 /app-editors/teco | |
parent | app-text/binfind: use HTTPS (diff) | |
download | gentoo-e29bf58b5224ad9b44e7afdc938f5475e238e7f1.tar.gz gentoo-e29bf58b5224ad9b44e7afdc938f5475e238e7f1.tar.bz2 gentoo-e29bf58b5224ad9b44e7afdc938f5475e238e7f1.zip |
app-editors/teco: use HTTPS
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16546
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-editors/teco')
-rw-r--r-- | app-editors/teco/teco-36_p19940820.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild index cb7d37feb456..d37ed3f84e1f 100644 --- a/app-editors/teco/teco-36_p19940820.ebuild +++ b/app-editors/teco/teco-36_p19940820.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit toolchain-funcs flag-o-matic readme.gentoo-r1 DESCRIPTION="Classic TECO editor, Predecessor to EMACS" -HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/editors/tty/ http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco" -SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz -> ${P}.tar.gz +HOMEPAGE="https://www.ibiblio.org/pub/linux/apps/editors/tty/ https://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco" +SRC_URI="https://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz -> ${P}.tar.gz doc? ( https://dev.gentoo.org/~ulm/distfiles/tecodoc.tar.gz )" LICENSE="freedist" |