diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /net-mail | |
parent | 37bbeedfc9da875ab8972d54d2328d808a700c10 (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.xz |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mu/mu-0.9.9.5.ebuild | 4 | ||||
-rw-r--r-- | net-mail/mu/mu-0.9.9.6.ebuild | 2 | ||||
-rw-r--r-- | net-mail/mu/mu-0.9.9.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-mail/mu/mu-0.9.9.5.ebuild b/net-mail/mu/mu-0.9.9.5.ebuild index 1ed331c002c..22c3fb0ad14 100644 --- a/net-mail/mu/mu-0.9.9.5.ebuild +++ b/net-mail/mu/mu-0.9.9.5.ebuild @@ -8,8 +8,8 @@ inherit base elisp-common DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing" HOMEPAGE="http://www.djcbsoftware.nl/code/mu/" -SRC_URI="http://mu0.googlecode.com/files/${P}.tar.gz - doc? ( http://mu0.googlecode.com/files/mu4e-manual-${PV}.pdf )" +SRC_URI="https://mu0.googlecode.com/files/${P}.tar.gz + doc? ( https://mu0.googlecode.com/files/mu4e-manual-${PV}.pdf )" LICENSE="GPL-3" SLOT="0" diff --git a/net-mail/mu/mu-0.9.9.6.ebuild b/net-mail/mu/mu-0.9.9.6.ebuild index 3cff6feb111..fe911321bc3 100644 --- a/net-mail/mu/mu-0.9.9.6.ebuild +++ b/net-mail/mu/mu-0.9.9.6.ebuild @@ -9,7 +9,7 @@ inherit autotools-utils base elisp-common DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing" HOMEPAGE="http://www.djcbsoftware.nl/code/mu/" SRC_URI="https://github.com/djcb/mu/archive/v${PV}.tar.gz -> ${P}.tar.gz - doc? ( http://mu0.googlecode.com/files/mu4e-manual-0.9.9.5.pdf )" + doc? ( https://mu0.googlecode.com/files/mu4e-manual-0.9.9.5.pdf )" LICENSE="GPL-3" SLOT="0" diff --git a/net-mail/mu/mu-0.9.9.ebuild b/net-mail/mu/mu-0.9.9.ebuild index 2705a19cb82..1cbc73bfbb6 100644 --- a/net-mail/mu/mu-0.9.9.ebuild +++ b/net-mail/mu/mu-0.9.9.ebuild @@ -8,8 +8,8 @@ inherit base elisp-common DESCRIPTION="Set of tools to deal with Maildirs, in particular, searching and indexing" HOMEPAGE="http://www.djcbsoftware.nl/code/mu/" -SRC_URI="http://mu0.googlecode.com/files/${P}.tar.gz - doc? ( http://mu0.googlecode.com/files/mu4e-manual-${PV}.pdf )" +SRC_URI="https://mu0.googlecode.com/files/${P}.tar.gz + doc? ( https://mu0.googlecode.com/files/mu4e-manual-${PV}.pdf )" LICENSE="GPL-3" SLOT="0" |