diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-27 10:01:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-27 10:12:00 +0100 |
commit | 3cacb11fab90d2d47863623b5857b19ae3752449 (patch) | |
tree | 430d4b0128097ca4b8e6264a0c6441d80c0aacb8 /app-editors | |
parent | app-editors/scite: rm old ebuilds (diff) | |
download | gentoo-3cacb11fab90d2d47863623b5857b19ae3752449.tar.gz gentoo-3cacb11fab90d2d47863623b5857b19ae3752449.tar.bz2 gentoo-3cacb11fab90d2d47863623b5857b19ae3752449.zip |
app-editors/scite: Homepage to HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/scite/scite-4.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/scite/scite-4.2.0.ebuild b/app-editors/scite/scite-4.2.0.ebuild index 0b8f9197c347..fecd4f286206 100644 --- a/app-editors/scite/scite-4.2.0.ebuild +++ b/app-editors/scite/scite-4.2.0.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 )" |