diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-27 15:03:42 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-27 12:08:46 -0400 |
commit | 26332e100511259c24e1aaf57154243ad90aa1c5 (patch) | |
tree | dc5b49d93cfa1d1cfc5c1b9b75cd8853f9fffc01 /app-misc | |
parent | dev-python/notebook: Version bump to 5.2.1 (diff) | |
download | gentoo-26332e100511259c24e1aaf57154243ad90aa1c5.tar.gz gentoo-26332e100511259c24e1aaf57154243ad90aa1c5.tar.bz2 gentoo-26332e100511259c24e1aaf57154243ad90aa1c5.zip |
app-misc/cmatrix: fix HOMEPAGE, SRC_URI
Closes: https://github.com/gentoo/gentoo/pull/8619
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/cmatrix/cmatrix-1.2a-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |