summaryrefslogtreecommitdiff
path: root/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-11-25 20:33:09 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-11-25 20:33:09 +0000
commit326cef0fb30eaa752750eb7e930d390ca543ad24 (patch)
tree60db188310997599341e70478c0ce2e4e4a5be06 /dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
parent0bc71a4260f83e96241cabf10f637693af20ad25 (diff)
downloadgentoo-326cef0fb30eaa752750eb7e930d390ca543ad24.tar.gz
gentoo-326cef0fb30eaa752750eb7e930d390ca543ad24.tar.bz2
gentoo-326cef0fb30eaa752750eb7e930d390ca543ad24.zip
dev-python/diff-match-patch: Update HOMEPAGE
Set HOMEPAGE to an unofficial package of the Python versions for PyPI. Upstream hasn't moved the home page from Google Code to somewhere else, so better point to an unofficial one than to nothing. Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/diff-match-patch/diff-match-patch-20121119.ebuild')
-rw-r--r--dev-python/diff-match-patch/diff-match-patch-20121119.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
index 9d359f98b4e58..80cb7ae9f9a0c 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
DESCRIPTION="Diff, match and patch algorithms for plain text"
-HOMEPAGE="https://code.google.com/p/google-diff-match-patch/"
+HOMEPAGE="https://pypi.python.org/pypi/diff-match-patch/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"