@@ 9,14 9,14 @@ LONG_DESCRIPTION = """# pyuniquenames
Select shortest unique names for group members.
-See [Bitbucket](https://bitbucket.org/ajk/pyuniquenames) for more information.
+See [sourcehut](https://git.sr.ht/~ajk/pyuniquenames) for more information.
"""
setup(
name='uniquenames',
version=ABOUT['__version__'],
description='Select shortest unique names for group members',
- url='https://bitbucket.org/ajk/pyuniquenames',
+ url='https://git.sr.ht/~ajk/pyuniquenames',
author='Andrew Kay',
author_email='projects@ajk.me',
packages=find_packages(exclude=('tests',))