diff options
Diffstat (limited to 'dev-python/pytrie/pytrie-0.3.ebuild')
-rw-r--r-- | dev-python/pytrie/pytrie-0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytrie/pytrie-0.3.ebuild b/dev-python/pytrie/pytrie-0.3.ebuild index 6d6e86093c4f..71235e45939f 100644 --- a/dev-python/pytrie/pytrie-0.3.ebuild +++ b/dev-python/pytrie/pytrie-0.3.ebuild @@ -10,7 +10,7 @@ MY_PN="PyTrie" MY_P="${MY_PN}-${PV}" DESCRIPTION="A pure Python implementation of the trie data structure." -HOMEPAGE="https://github.com/gsakkis/pytrie/ https://pypi.org/project/PyTrie" +HOMEPAGE="https://github.com/gsakkis/pytrie/ https://pypi.org/project/PyTrie/" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |