diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2024-03-10 20:15:46 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2024-03-10 20:15:46 -0700 |
commit | 093da1e7f88a24e8572f63d5178f8b71d32b4b74 (patch) | |
tree | 055b1595c10b7e6837431ca1512c9e9de24bb73e | |
parent | 219ee116865f8ef2b60fb771c4ad53f5a7dab685 (diff) | |
download | view.love-093da1e7f88a24e8572f63d5178f8b71d32b4b74.tar.gz |
add a mirror and reorg mirrors
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md index 291aed9..1a27ac7 100644 --- a/README.md +++ b/README.md @@ -84,13 +84,14 @@ found anything amiss: http://akkartik.name/contact Updates to lines.love can be downloaded from the following mirrors in addition to the website above: -* https://github.com/akkartik/lines.love +* https://git.sr.ht/~akkartik/lines.love * https://repo.or.cz/lines.love.git * https://tildegit.org/akkartik/lines.love +* https://git.merveilles.town/akkartik/lines.love * https://git.tilde.institute/akkartik/lines.love -* https://git.sr.ht/~akkartik/lines.love -* https://notabug.org/akkartik/lines.love * https://codeberg.org/akkartik/lines.love +* https://github.com/akkartik/lines.love +* https://notabug.org/akkartik/lines.love * https://pagure.io/lines.love * https://nest.pijul.com/akkartik/lines.love (using the Pijul version control system) |