diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-21 00:59:58 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-21 00:59:58 +0200 |
commit | 461d8a0590321838a03ead9cbf9a7b6cf44d5398 (patch) | |
tree | 70fb6bed251ebbde5a7f24f8508c756c1887edff /community/py-graphviz/APKBUILD | |
parent | 0b17964a37a7ab471f36eaa519e552cf5d48b47a (diff) | |
download | aports-461d8a0590321838a03ead9cbf9a7b6cf44d5398.tar.bz2 aports-461d8a0590321838a03ead9cbf9a7b6cf44d5398.tar.xz |
community/py-graphviz: fix project's url
Diffstat (limited to 'community/py-graphviz/APKBUILD')
-rw-r--r-- | community/py-graphviz/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-graphviz/APKBUILD b/community/py-graphviz/APKBUILD index b3b37103d4..14a299b1da 100644 --- a/community/py-graphviz/APKBUILD +++ b/community/py-graphviz/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.3_rc2 _ver=${pkgver/_/} pkgrel=0 pkgdesc="Python interface to Graphviz" -url="https://pypi.python.org/pypi/pygraphviz | http://graphviz.org/" +url="https://pygraphviz.github.io/" arch="all" license="BSD" depends="python2" |