diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:37:21 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:50 +0200 |
commit | 37bbeedfc9da875ab8972d54d2328d808a700c10 (patch) | |
tree | 9fa7be0d3364ced8256f771c6614f9b18a6b0950 /app-emacs/emms | |
parent | Use https for kernel.org and redhat.com (diff) | |
download | gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.tar.gz gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.tar.bz2 gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.zip |
Use https for most gnu.org URLs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-emacs/emms')
-rw-r--r-- | app-emacs/emms/emms-3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/emms/emms-3.0-r1.ebuild b/app-emacs/emms/emms-3.0-r1.ebuild index 7144d852819a..d9f36a0bd7f5 100644 --- a/app-emacs/emms/emms-3.0-r1.ebuild +++ b/app-emacs/emms/emms-3.0-r1.ebuild @@ -7,9 +7,9 @@ EAPI=5 inherit elisp toolchain-funcs DESCRIPTION="The Emacs Multimedia System" -HOMEPAGE="http://www.gnu.org/software/emms/ +HOMEPAGE="https://www.gnu.org/software/emms/ http://www.emacswiki.org/emacs/EMMS" -SRC_URI="http://www.gnu.org/software/emms/download/${P}.tar.gz" +SRC_URI="https://www.gnu.org/software/emms/download/${P}.tar.gz" LICENSE="GPL-3+ FDL-1.1+" SLOT="0" |