diff options
-rw-r--r-- | games/py-trueskill/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/py-trueskill/Makefile b/games/py-trueskill/Makefile index 08e090df192..80db73adf0a 100644 --- a/games/py-trueskill/Makefile +++ b/games/py-trueskill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/07 21:30:42 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2013/04/01 14:40:00 wiz Exp $ # DISTNAME= trueskill-0.1.4 @@ -7,7 +7,7 @@ CATEGORIES= games devel MASTER_SITES= http://pypi.python.org/packages/source/t/trueskill/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://packages.python.org/trueskill/ +HOMEPAGE= http://trueskill.org/ COMMENT= Python module implementing the TrueSkill rating system LICENSE= 2-clause-bsd |