summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-12-07 13:30:07 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-12-07 13:30:07 +0100
commitd051e35086de44166fae87ed5edef32083d7e426 (patch)
treeac92c1946fe3785936de8318fa5491e8fc60131a
parent57abbce2a33646c8d127e6b1a09aa4bf5de8700a (diff)
Update links to point to sourcehut
-rw-r--r--README.rst2
-rw-r--r--setup.py7
2 files changed, 5 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 8b42c4b..4de790b 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,7 @@ Installation
------------
The source code for lesana can be downloaded from the git repository at
-https://git.trueelena.org/software/lesana/; releases are made
+https://git.sr.ht/~valhalla/lesana; releases are made
on `pypi <https://pypi.org/project/lesana/>`_.
lesana expects to run on a POSIX-like system and requires the following
diff --git a/setup.py b/setup.py
index 0c9fc2e..41d7815 100644
--- a/setup.py
+++ b/setup.py
@@ -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',
},
)