Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/
Date: Fri, 25 Sep 2020 19:11:13
Message-Id: 1601061063.d05d78c2b4aa2da7b7517de90e129a0f9edc2f1c.bman@gentoo
1 commit: d05d78c2b4aa2da7b7517de90e129a0f9edc2f1c
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 19:10:45 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 19:11:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05d78c2
7
8 app-accessibility/speechd-el: use HTTPS
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-accessibility/speechd-el/speechd-el-2.8.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-accessibility/speechd-el/speechd-el-2.8.ebuild b/app-accessibility/speechd-el/speechd-el-2.8.ebuild
16 index 00995b400a4..2193ed224ed 100644
17 --- a/app-accessibility/speechd-el/speechd-el-2.8.ebuild
18 +++ b/app-accessibility/speechd-el/speechd-el-2.8.ebuild
19 @@ -6,8 +6,8 @@ EAPI=7
20 inherit elisp
21
22 DESCRIPTION="Emacs speech support"
23 -HOMEPAGE="http://www.freebsoft.org/speechd-el"
24 -SRC_URI="http://www.freebsoft.org/pub/projects/speechd-el/${P}.tar.gz"
25 +HOMEPAGE="https://www.freebsoft.org/speechd-el"
26 +SRC_URI="https://www.freebsoft.org/pub/projects/speechd-el/${P}.tar.gz"
27
28 LICENSE="GPL-3"
29 SLOT="0"