diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-20 22:34:53 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-01 21:16:12 +0200 |
commit | cad14f4010618fc30cf5dc861f46af51ed43443b (patch) | |
tree | 3c5751602bcc45e8f875bcc7a49b62045a9cecca /app-editors/hteditor | |
parent | app-crypt/md5deep: use HTTPS (diff) | |
download | gentoo-cad14f4010618fc30cf5dc861f46af51ed43443b.tar.gz gentoo-cad14f4010618fc30cf5dc861f46af51ed43443b.tar.bz2 gentoo-cad14f4010618fc30cf5dc861f46af51ed43443b.zip |
app-editors/hteditor: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-editors/hteditor')
-rw-r--r-- | app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild b/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild index f716cc74b48e..c257336b743e 100644 --- a/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild +++ b/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 MY_P=${P/editor} -DESCRIPTION="A file viewer, editor and analyzer for text, binary, and executable files" -HOMEPAGE="http://hte.sourceforge.net/ https://github.com/sebastianbiallas/ht/" +DESCRIPTION="File viewer, editor and analyzer for text, binary, and executable files" +HOMEPAGE="https://hte.sourceforge.net/ https://github.com/sebastianbiallas/ht/" #SRC_URI="mirror://sourceforge/hte/${MY_P}.tar.bz2" # tarball is done as: 'make dist' and then rename to mention latest commt SRC_URI="https://dev.gentoo.org/~sam/distfiles/${MY_P}.tar.gz" |