diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-20 18:52:24 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 14:26:37 -0400 |
commit | 6cacf82bf9264b4a47089db0ac204f85281428f3 (patch) | |
tree | 406385ba2e8ee1dc0327efc5ee28b8ba923bfd35 /app-editors | |
parent | dev-db/sqlcl-bin: use HTTPS (diff) | |
download | gentoo-6cacf82bf9264b4a47089db0ac204f85281428f3.tar.gz gentoo-6cacf82bf9264b4a47089db0ac204f85281428f3.tar.bz2 gentoo-6cacf82bf9264b4a47089db0ac204f85281428f3.zip |
app-editors/scite: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11423
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/scite/scite-4.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/scite/scite-4.1.3.ebuild b/app-editors/scite/scite-4.1.3.ebuild index fd4938711afc..f70a85c76c19 100644 --- a/app-editors/scite/scite-4.1.3.ebuild +++ b/app-editors/scite/scite-4.1.3.ebuild @@ -7,7 +7,7 @@ inherit gnome2-utils toolchain-funcs xdg-utils MY_PV=${PV//./} DESCRIPTION="A very powerful, highly configurable, small editor with syntax coloring" -HOMEPAGE="http://www.scintilla.org/SciTE.html" +HOMEPAGE="https://www.scintilla.org/SciTE.html" SRC_URI="https://www.scintilla.org/${PN}${MY_PV}.tgz -> ${P}.tgz" LICENSE="HPND lua? ( MIT )" |