commit: 8124fc50e0ec85e213731e64f256749ea1c42b9c
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 16 17:51:27 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 16 17:51:27 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8124fc50
dev-python/datrie: fix homepage
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/datrie/datrie-0.8.2.ebuild | 4 ++--
1 file 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+"