diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2023-01-23 00:19:09 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2023-01-23 00:19:09 -0800 |
commit | 90ba22371fac04ee87b127b9acf805d3cc0e3ace (patch) | |
tree | 8205bcfdb10866e420fb1559fac7befed695daa0 | |
parent | 5cd5f54355a9cb1b8f5f183223ec945bdfca3a89 (diff) | |
download | view.love-90ba22371fac04ee87b127b9acf805d3cc0e3ace.tar.gz |
demote codeberg.org in the list of mirrors
It's been slow to push to lately, so I'm going to update it less frequently.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 8b800b2..b36846c 100644 --- a/README.md +++ b/README.md @@ -88,11 +88,11 @@ Updates to lines.love can be downloaded from the following mirrors in addition to the website above: * https://github.com/akkartik/lines.love * https://repo.or.cz/lines.love.git -* https://codeberg.org/akkartik/lines.love * https://tildegit.org/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://pagure.io/lines.love Forks of lines.love are encouraged. If you show me your fork, I'll link to it @@ -101,7 +101,7 @@ here. * https://github.com/akkartik/lines-polygon-experiment -- an experiment that uses separate shortcuts for regular polygons. `ctrl+3` for triangles, `ctrl+4` for squares, etc. -* https://codeberg.org/akkartik/text.love -- a stripped down version without +* https://git.sr.ht/~akkartik/text.love -- a stripped down version without drawings; useful starting point for some forks * https://git.sr.ht/~akkartik/pensieve.love -- a note-taking app on an infinite 2D surface. Still in development. |