diff options
author | Sam James <sam@gentoo.org> | 2022-04-09 02:51:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-09 02:51:21 +0100 |
commit | cc948ac8a610547c9e177bbca4dbaf7a2655ccb8 (patch) | |
tree | f3a449e1389532df595641d8fe87d3e9e8e858d8 /app-dicts/aspell-ast | |
parent | dev-util/cflow: switch to xz, HTTPS (diff) | |
download | gentoo-cc948ac8a610547c9e177bbca4dbaf7a2655ccb8.tar.gz gentoo-cc948ac8a610547c9e177bbca4dbaf7a2655ccb8.tar.bz2 gentoo-cc948ac8a610547c9e177bbca4dbaf7a2655ccb8.zip |
app-dicts/aspell-ast: use mirror://gnu
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-ast')
-rw-r--r-- | app-dicts/aspell-ast/aspell-ast-0.01-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/aspell-ast/aspell-ast-0.01-r1.ebuild b/app-dicts/aspell-ast/aspell-ast-0.01-r1.ebuild index 35d266f9214d..43925aad0a57 100644 --- a/app-dicts/aspell-ast/aspell-ast-0.01-r1.ebuild +++ b/app-dicts/aspell-ast/aspell-ast-0.01-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ MY_P="${PN/aspell/aspell${ASPELL_VERSION}}-${PV}" inherit aspell-dict-r1 -SRC_URI="https://ftp.gnu.org/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2" +SRC_URI="mirror://gnu/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" |