aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-09-16 19:51:27 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-09-16 19:51:27 +0200
commit8124fc50e0ec85e213731e64f256749ea1c42b9c (patch)
treea6d4b811330857d81163d3d49a8fe0b3db64db43 /dev-python
parentdev-python/numba: drop version 0.53.1 (diff)
downloadsci-8124fc50e0ec85e213731e64f256749ea1c42b9c.tar.gz
sci-8124fc50e0ec85e213731e64f256749ea1c42b9c.tar.bz2
sci-8124fc50e0ec85e213731e64f256749ea1c42b9c.zip
dev-python/datrie: fix homepage
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/datrie/datrie-0.8.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/datrie/datrie-0.8.2.ebuild b/dev-python/datrie/datrie-0.8.2.ebuild
index de547910d..d3046bf8d 100644
--- a/dev-python/datrie/datrie-0.8.2.ebuild
+++ b/dev-python/datrie/datrie-0.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
DESCRIPTION="Implements a topological sort algorithm"
-HOMEPAGE="https://gitlab.com/ericvsmith/toposort"
+HOMEPAGE="https://github.com/pytries/datrie"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2+"