diff options
Diffstat (limited to 'dev-util/complexity/complexity-0.4.ebuild')
-rw-r--r-- | dev-util/complexity/complexity-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/complexity/complexity-0.4.ebuild b/dev-util/complexity/complexity-0.4.ebuild index f8a69e63af0b..13f81d222a49 100644 --- a/dev-util/complexity/complexity-0.4.ebuild +++ b/dev-util/complexity/complexity-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/complexity-0.4.ebuild,v 1.1 2011/05/18 02:19:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/complexity-0.4.ebuild,v 1.2 2011/05/18 02:25:53 jer Exp $ EAPI=3 @@ -8,7 +8,7 @@ EAPI=3 DESCRIPTION="a tool designed for analyzing the complexity of C program functions" -HOMEPAGE="http://www.gnu.org/software/complexity/manual/" +HOMEPAGE="http://www.gnu.org/software/complexity/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" |