diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-15 12:58:17 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-20 21:54:45 +0100 |
commit | 50cc464408c3d890c5cea53644af6cc867e47a7d (patch) | |
tree | e21e77de3212e8e4ca34902d261fa357a8d948bd /app-emacs | |
parent | app-emacs/protbuf: use HTTPS. (diff) | |
download | gentoo-50cc464408c3d890c5cea53644af6cc867e47a7d.tar.gz gentoo-50cc464408c3d890c5cea53644af6cc867e47a7d.tar.bz2 gentoo-50cc464408c3d890c5cea53644af6cc867e47a7d.zip |
app-emacs/pymacs: use HTTPS.
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/pymacs/pymacs-0.25-r2.ebuild | 2 |
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+" |