diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-25 15:10:45 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-25 15:11:03 -0400 |
commit | d05d78c2b4aa2da7b7517de90e129a0f9edc2f1c (patch) | |
tree | fcb87130f7c25ed0e2986ee0700acb329cc155b8 | |
parent | app-accessibility/speechd-el: drop old (diff) | |
download | gentoo-d05d78c2b4aa2da7b7517de90e129a0f9edc2f1c.tar.gz gentoo-d05d78c2b4aa2da7b7517de90e129a0f9edc2f1c.tar.bz2 gentoo-d05d78c2b4aa2da7b7517de90e129a0f9edc2f1c.zip |
app-accessibility/speechd-el: use HTTPS
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | app-accessibility/speechd-el/speechd-el-2.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/speechd-el/speechd-el-2.8.ebuild b/app-accessibility/speechd-el/speechd-el-2.8.ebuild index 00995b400a4c..2193ed224eda 100644 --- a/app-accessibility/speechd-el/speechd-el-2.8.ebuild +++ b/app-accessibility/speechd-el/speechd-el-2.8.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit elisp DESCRIPTION="Emacs speech support" -HOMEPAGE="http://www.freebsoft.org/speechd-el" -SRC_URI="http://www.freebsoft.org/pub/projects/speechd-el/${P}.tar.gz" +HOMEPAGE="https://www.freebsoft.org/speechd-el" +SRC_URI="https://www.freebsoft.org/pub/projects/speechd-el/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |