diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-28 16:12:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-30 06:54:35 +0000 |
commit | 533205212842f2c6c5ea5f7cd6ab43006d0f6a12 (patch) | |
tree | 57cb8783721f1e45a66bc9b993637b6024a6f3e8 | |
parent | d7a338009f50c1f98609b46977b5f1adecfe92e9 (diff) | |
download | aports-533205212842f2c6c5ea5f7cd6ab43006d0f6a12.tar.bz2 aports-533205212842f2c6c5ea5f7cd6ab43006d0f6a12.tar.xz |
testing/py-chameleon: fix url
-rw-r--r-- | testing/py-chameleon/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-chameleon/APKBUILD b/testing/py-chameleon/APKBUILD index 96cebdbc16..a4b657053f 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" |