diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 06:41:40 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 06:41:40 -0300 |
commit | 7a2aa3d68831381185b0594837977cbd1d1350e2 (patch) | |
tree | 08fffc8d780b8bb182b93065877bfef557448714 /testing/py3-pyramid | |
parent | e4fb78d47a628837d927f8b31d9ed1a0bc360910 (diff) | |
download | aports-7a2aa3d68831381185b0594837977cbd1d1350e2.tar.bz2 aports-7a2aa3d68831381185b0594837977cbd1d1350e2.tar.xz |
testing/py3-pyramid: fix url
Diffstat (limited to 'testing/py3-pyramid')
-rw-r--r-- | testing/py3-pyramid/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pyramid/APKBUILD b/testing/py3-pyramid/APKBUILD index 6ec07c7e75..503b59f54a 100644 --- a/testing/py3-pyramid/APKBUILD +++ b/testing/py3-pyramid/APKBUILD @@ -3,9 +3,9 @@ pkgname=py3-pyramid _pkgname=pyramid pkgver=1.10.4 -pkgrel=0 +pkgrel=1 pkgdesc="The Pyramid Web Framework" -url="http://www.pylonsproject.org/" +url="https://trypyramid.com/" arch="noarch" license="ZPL-2.1" depends="py3-webob py3-venusian py3-chameleon py3-zope-component |