diff options
Diffstat (limited to 'testing/py-github3/APKBUILD')
-rw-r--r-- | testing/py-github3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-github3/APKBUILD b/testing/py-github3/APKBUILD index 0212b79229..97986943fe 100644 --- a/testing/py-github3/APKBUILD +++ b/testing/py-github3/APKBUILD @@ -5,7 +5,7 @@ _pkgname=github3.py pkgver=0.9.1 pkgrel=0 pkgdesc="Python wrapper for the GitHub API" -url="http://code.google.com/p/pycolumnize/" +url="https://github3py.readthedocs.org/" arch="noarch" license="BSD" depends="python py-requests py-uritemplate" |