diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-15 12:58:16 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-20 21:54:24 +0100 |
commit | 569d565828a3c2387b199905d4b9b44b44289a0d (patch) | |
tree | f6d248a3ceb124113347f9f8cef59976def54585 /app-emacs/magit | |
parent | app-emacs/inform-mode: use HTTPS. (diff) | |
download | gentoo-569d565828a3c2387b199905d4b9b44b44289a0d.tar.gz gentoo-569d565828a3c2387b199905d4b9b44b44289a0d.tar.bz2 gentoo-569d565828a3c2387b199905d4b9b44b44289a0d.zip |
app-emacs/magit: use HTTPS.
Diffstat (limited to 'app-emacs/magit')
-rw-r--r-- | app-emacs/magit/magit-2.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/magit/magit-2.9.0.ebuild b/app-emacs/magit/magit-2.9.0.ebuild index 9dc73e6f09a9..e14b89b7735f 100644 --- a/app-emacs/magit/magit-2.9.0.ebuild +++ b/app-emacs/magit/magit-2.9.0.ebuild @@ -7,7 +7,7 @@ NEED_EMACS=24 inherit elisp DESCRIPTION="A Git porcelain inside Emacs" -HOMEPAGE="http://magit.vc/" +HOMEPAGE="https://magit.vc/" SRC_URI="https://github.com/magit/magit/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" |