diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-12-07 13:30:07 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-12-07 13:30:07 +0100 |
commit | d051e35086de44166fae87ed5edef32083d7e426 (patch) | |
tree | ac92c1946fe3785936de8318fa5491e8fc60131a /setup.py | |
parent | 57abbce2a33646c8d127e6b1a09aa4bf5de8700a (diff) |
Update links to point to sourcehut
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -48,8 +48,9 @@ setup( 'Topic :: Utilities', ], project_urls={ - 'Source': 'https://git.trueelena.org/software/lesana/', - 'Documentation': - 'https://lesana.trueelena.org/', + 'Source': 'https://git.sr.ht/~valhalla/lesana', + 'Documentation': 'https://lesana.trueelena.org/', + 'Tracker': 'https://todo.sr.ht/~valhalla/lesana', + 'Mailing lists': 'https://sr.ht/~valhalla/lesana/lists', }, ) |