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 | |
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')
-rw-r--r-- | app-text/aspell/aspell-0.60.8.ebuild | 2 | ||||
-rw-r--r-- | app-text/gv/gv-3.7.3.90.ebuild | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/app-text/gv/gv-3.7.3.90.ebuild b/app-text/gv/gv-3.7.3.90.ebuild index eec0381d633f..fb9fe32c8378 100644 --- a/app-text/gv/gv-3.7.3.90.ebuild +++ b/app-text/gv/gv-3.7.3.90.ebuild @@ -8,7 +8,7 @@ inherit desktop DESCRIPTION="Viewer for PostScript and PDF documents using Ghostscript" HOMEPAGE="https://www.gnu.org/software/gv/" # Change 'gnu-alpha' to 'gnu' for final release, like 3.7.4 -SRC_URI="mirror://gnu-alpha/gv/${P}.tar.gz" +SRC_URI="https://alpha.gnu.org/gnu/gv/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |