chore: update urls

This commit is contained in:
purarue 2024-10-25 09:39:00 -07:00 committed by karlicoss
parent a2b397ec4a
commit 7ab6f0d5cb
18 changed files with 38 additions and 38 deletions

View file

@ -3,10 +3,10 @@ An example all.py stub module that provides ip data
To use this, you'd add IP providers that yield IPs to the 'ips' function
For an example of how this could be used, see https://github.com/seanbreckenridge/HPI/tree/master/my/ip
For an example of how this could be used, see https://github.com/purarue/HPI/tree/master/my/ip
"""
REQUIRES = ["git+https://github.com/seanbreckenridge/ipgeocache"]
REQUIRES = ["git+https://github.com/purarue/ipgeocache"]
from collections.abc import Iterator

View file

@ -1,5 +1,5 @@
"""
Provides location/timezone data from IP addresses, using [[https://github.com/seanbreckenridge/ipgeocache][ipgeocache]]
Provides location/timezone data from IP addresses, using [[https://github.com/purarue/ipgeocache][ipgeocache]]
"""
from my.core import __NOT_HPI_MODULE__ # isort: skip