chore: update urls

This commit is contained in:
purarue 2024-10-25 09:39:00 -07:00
parent 8496d131e7
commit 45da29c04f
18 changed files with 38 additions and 38 deletions

View file

@ -1,5 +1,5 @@
"""
Parses active browser history by backing it up with [[http://github.com/seanbreckenridge/sqlite_backup][sqlite_backup]]
Parses active browser history by backing it up with [[http://github.com/purarue/sqlite_backup][sqlite_backup]]
"""
REQUIRES = ["browserexport", "sqlite_backup"]

View file

@ -1,5 +1,5 @@
"""
Parses browser history using [[http://github.com/seanbreckenridge/browserexport][browserexport]]
Parses browser history using [[http://github.com/purarue/browserexport][browserexport]]
"""
REQUIRES = ["browserexport"]