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-emacs | |
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-emacs')
-rw-r--r-- | app-emacs/auto-complete/auto-complete-1.3.1.ebuild | 2 | ||||
-rw-r--r-- | app-emacs/magit/magit-1.2.0-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/auto-complete/auto-complete-1.3.1.ebuild b/app-emacs/auto-complete/auto-complete-1.3.1.ebuild index ae54fbcfcc47..d8d731233ada 100644 --- a/app-emacs/auto-complete/auto-complete-1.3.1.ebuild +++ b/app-emacs/auto-complete/auto-complete-1.3.1.ebuild @@ -8,7 +8,7 @@ inherit elisp DESCRIPTION="Auto-complete package" HOMEPAGE="http://cx4a.org/software/auto-complete/ - http://github.com/m2ym/auto-complete/" + https://github.com/m2ym/auto-complete/" SRC_URI="http://cx4a.org/pub/${PN}/${P}.tar.bz2" LICENSE="GPL-3+ FDL-1.1+" diff --git a/app-emacs/magit/magit-1.2.0-r1.ebuild b/app-emacs/magit/magit-1.2.0-r1.ebuild index 4ac01155dfad..7a9cf741b572 100644 --- a/app-emacs/magit/magit-1.2.0-r1.ebuild +++ b/app-emacs/magit/magit-1.2.0-r1.ebuild @@ -8,7 +8,7 @@ inherit elisp DESCRIPTION="An Emacs mode for GIT" HOMEPAGE="http://magit.github.io/" -SRC_URI="http://github.com/downloads/magit/magit/${P}.tar.gz" +SRC_URI="https://github.com/downloads/magit/magit/${P}.tar.gz" LICENSE="GPL-3+ FDL-1.2+" SLOT="0" |