Skip to content

Commit

Permalink
app-misc/cmatrix: fix HOMEPAGE, SRC_URI
Browse files Browse the repository at this point in the history
Closes: gentoo#8619
  • Loading branch information
mm1ke authored and FuzzyGophers committed May 27, 2018
1 parent 530b37c commit 26332e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 26332e1

Please sign in to comment.