diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-03-28 11:43:04 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-03-28 12:07:10 -0700 |
commit | c552a1007ec7fdfe206001e67f997d6a2891642c (patch) | |
tree | b63d2c32af785eef8c03654018a505be77f39941 /dev-python/axiom/axiom-0.7.5.ebuild | |
parent | dev-python/spark-parser: Version bump (diff) | |
download | gentoo-c552a1007ec7fdfe206001e67f997d6a2891642c.tar.gz gentoo-c552a1007ec7fdfe206001e67f997d6a2891642c.tar.bz2 gentoo-c552a1007ec7fdfe206001e67f997d6a2891642c.zip |
dev-python/axiom: Update HOMEPAGE
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
Diffstat (limited to 'dev-python/axiom/axiom-0.7.5.ebuild')
-rw-r--r-- | dev-python/axiom/axiom-0.7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/axiom/axiom-0.7.5.ebuild b/dev-python/axiom/axiom-0.7.5.ebuild index 37bbe738c1c2..65bc7c38689b 100644 --- a/dev-python/axiom/axiom-0.7.5.ebuild +++ b/dev-python/axiom/axiom-0.7.5.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite" inherit twisted-r1 DESCRIPTION="Object database implemented on top of SQLite" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodAxiom https://pypi.python.org/pypi/Axiom" +HOMEPAGE="https://github.com/twisted/axiom https://pypi.python.org/pypi/Axiom" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" LICENSE="MIT" |