summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-02-15 12:58:17 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-02-20 21:54:45 +0100
commit50cc464408c3d890c5cea53644af6cc867e47a7d (patch)
treee21e77de3212e8e4ca34902d261fa357a8d948bd
parentapp-emacs/protbuf: use HTTPS. (diff)
downloadgentoo-50cc464408c3d890c5cea53644af6cc867e47a7d.tar.gz
gentoo-50cc464408c3d890c5cea53644af6cc867e47a7d.tar.bz2
gentoo-50cc464408c3d890c5cea53644af6cc867e47a7d.zip
app-emacs/pymacs: use HTTPS.
-rw-r--r--app-emacs/pymacs/pymacs-0.25-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/pymacs/pymacs-0.25-r2.ebuild b/app-emacs/pymacs/pymacs-0.25-r2.ebuild
index 0addbbfa34d1..edc51a95f82d 100644
--- a/app-emacs/pymacs/pymacs-0.25-r2.ebuild
+++ b/app-emacs/pymacs/pymacs-0.25-r2.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit elisp distutils-r1 vcs-snapshot
DESCRIPTION="A tool that allows both-side communication beetween Python and Emacs Lisp"
-HOMEPAGE="http://www.emacswiki.org/emacs/PyMacs"
+HOMEPAGE="https://www.emacswiki.org/emacs/PyMacs"
SRC_URI="https://github.com/pinard/Pymacs/tarball/v${PV} -> ${P}.tar.gz"
LICENSE="GPL-2+"