diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /app-editors/editra | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-editors/editra')
-rw-r--r-- | app-editors/editra/editra-0.7.20-r1.ebuild | 2 | ||||
-rw-r--r-- | app-editors/editra/editra-0.7.20.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/editra/editra-0.7.20-r1.ebuild b/app-editors/editra/editra-0.7.20-r1.ebuild index ee0f358044f4..0546fee5f60a 100644 --- a/app-editors/editra/editra-0.7.20-r1.ebuild +++ b/app-editors/editra/editra-0.7.20-r1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 eutils fdo-mime MY_PN=${PN/e/E} DESCRIPTION="Multi-platform text editor supporting over 50 programming languages" -HOMEPAGE="http://editra.org http://pypi.python.org/pypi/Editra" +HOMEPAGE="http://editra.org https://pypi.python.org/pypi/Editra" SRC_URI="http://editra.org/uploads/src/${MY_PN}-${PV}.tar.gz" LICENSE="wxWinLL-3.1" diff --git a/app-editors/editra/editra-0.7.20.ebuild b/app-editors/editra/editra-0.7.20.ebuild index 86a005ef1bb1..cbb3a0e62530 100644 --- a/app-editors/editra/editra-0.7.20.ebuild +++ b/app-editors/editra/editra-0.7.20.ebuild @@ -12,7 +12,7 @@ inherit distutils eutils fdo-mime python MY_PN=${PN/e/E} DESCRIPTION="Multi-platform text editor supporting over 50 programming languages" -HOMEPAGE="http://editra.org http://pypi.python.org/pypi/Editra" +HOMEPAGE="http://editra.org https://pypi.python.org/pypi/Editra" SRC_URI="http://editra.org/uploads/src/${MY_PN}-${PV}.tar.gz" LICENSE="wxWinLL-3.1" |