diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-03-14 11:46:48 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-03-14 11:50:22 -0400 |
commit | e176846d458c331c2e087892c9b5aea10c85fd45 (patch) | |
tree | e389e1240bb2c89bf393db684d6df6ee5d60e815 /app-text/aspell | |
parent | media-fonts/liberation-fonts: Fix typo (diff) | |
download | gentoo-e176846d458c331c2e087892c9b5aea10c85fd45.tar.gz gentoo-e176846d458c331c2e087892c9b5aea10c85fd45.tar.bz2 gentoo-e176846d458c331c2e087892c9b5aea10c85fd45.zip |
Inline mirror://gnu-alpha/
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.60.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/aspell/aspell-0.60.8.ebuild b/app-text/aspell/aspell-0.60.8.ebuild index fd9ccc335282..6207c44dc5a8 100644 --- a/app-text/aspell/aspell-0.60.8.ebuild +++ b/app-text/aspell/aspell-0.60.8.ebuild @@ -10,7 +10,7 @@ MY_P="${P/_/-}" DESCRIPTION="A spell checker replacement for ispell" HOMEPAGE="http://aspell.net/" if [[ "${PV}" = *_rc* ]] ; then - SRC_URI="mirror://gnu-alpha/aspell/${MY_P}.tar.gz" + SRC_URI="https://alpha.gnu.org/gnu/aspell/${MY_P}.tar.gz" else SRC_URI="mirror://gnu/aspell/${MY_P}.tar.gz" fi |