From: Michael Mair-Keimberger Date: Sun, 27 May 2018 13:03:42 +0000 (+0200) Subject: app-misc/cmatrix: fix HOMEPAGE, SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=26332e100511259c24e1aaf57154243ad90aa1c5;p=gentoo.git app-misc/cmatrix: fix HOMEPAGE, SRC_URI Closes: https://github.com/gentoo/gentoo/pull/8619 --- diff --git a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild index d3d8c549c732..86d198d57acd 100644 --- a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild +++ b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools DESCRIPTION="An ncurses based app to show a scrolling screen from the Matrix" -HOMEPAGE="http://www.asty.org/cmatrix" -SRC_URI="http://www.asty.org/${PN}/dist/${P}.tar.gz" +HOMEPAGE="https://sourceforge.net/projects/cmatrix/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"