summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 15:41:27 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 15:41:51 +0200
commitdea7c3060641b628cd6a2e2d97db18903c86862e (patch)
tree732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /app-emacs/yasnippet/yasnippet-0.6.1c.ebuild
parentUse https for most gnu.org URLs (diff)
downloadgentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz
gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2
gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-emacs/yasnippet/yasnippet-0.6.1c.ebuild')
-rw-r--r--app-emacs/yasnippet/yasnippet-0.6.1c.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/yasnippet/yasnippet-0.6.1c.ebuild b/app-emacs/yasnippet/yasnippet-0.6.1c.ebuild
index 8d5a48a6927d..309abe7880d2 100644
--- a/app-emacs/yasnippet/yasnippet-0.6.1c.ebuild
+++ b/app-emacs/yasnippet/yasnippet-0.6.1c.ebuild
@@ -6,8 +6,8 @@ inherit elisp
DESCRIPTION="Yet another snippet extension for Emacs"
HOMEPAGE="https://code.google.com/p/yasnippet/"
-SRC_URI="http://yasnippet.googlecode.com/files/${P}.tar.bz2
- doc? ( http://yasnippet.googlecode.com/files/${PN}-doc-${PV}.tar.bz2 )"
+SRC_URI="https://yasnippet.googlecode.com/files/${P}.tar.bz2
+ doc? ( https://yasnippet.googlecode.com/files/${PN}-doc-${PV}.tar.bz2 )"
# Homepage says MIT licence, source contains GPL-2 copyright notice
LICENSE="MIT GPL-2"