aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-chameleon
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-09-28 16:12:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-30 06:54:35 +0000
commit533205212842f2c6c5ea5f7cd6ab43006d0f6a12 (patch)
tree57cb8783721f1e45a66bc9b993637b6024a6f3e8 /testing/py-chameleon
parentd7a338009f50c1f98609b46977b5f1adecfe92e9 (diff)
testing/py-chameleon: fix url
Diffstat (limited to 'testing/py-chameleon')
-rw-r--r--testing/py-chameleon/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-chameleon/APKBUILD b/testing/py-chameleon/APKBUILD
index 96cebdbc16d..a4b657053fd 100644
--- a/testing/py-chameleon/APKBUILD
+++ b/testing/py-chameleon/APKBUILD
@@ -5,7 +5,7 @@ _pkgname=Chameleon
pkgver=2.12
pkgrel=0
pkgdesc="A Fast Python HTML/XML Template Compiler"
-url="http://arthurdejong.org/python-stdnum/"
+url="http://chameleon.repoze.org/"
arch="noarch"
license="BSD"
depends="python py-lxml py-zope-interface"