app-misc/cmatrix: fix HOMEPAGE, SRC_URI
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 27 May 2018 13:03:42 +0000 (15:03 +0200)
committerAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 16:08:46 +0000 (12:08 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8619

app-misc/cmatrix/cmatrix-1.2a-r3.ebuild

index d3d8c549c732f236afff1fb363d119bea6e4c414..86d198d57acd80137291e83a5bb80331b8905c30 100644 (file)
@@ -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"