Move jerboa repo location.

This commit is contained in:
Dessalines 2024-04-04 17:49:42 -04:00
parent f4511f656e
commit 1069e9d8fd
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ curl -X PUT https://example.com/api/v3/community/hide \
### Jerboa: a new android app
To help adoption, and since most people use social media through their smartphones nowadays, @dessalines has been working on a native android app for Lemmy called [Jerboa](https://github.com/dessalines/jerboa), which is now on [F-Droid](https://f-droid.org/packages/com.jerboa) and [Google Play](https://play.google.com/store/apps/details?id=com.jerboa).
To help adoption, and since most people use social media through their smartphones nowadays, @dessalines has been working on a native android app for Lemmy called [Jerboa](https://github.com/LemmyNet/jerboa), which is now on [F-Droid](https://f-droid.org/packages/com.jerboa) and [Google Play](https://play.google.com/store/apps/details?id=com.jerboa).
It is still at an alpha level, but is very usable. We'd love to have experienced android developers contribute to it.

View file

@ -157,7 +157,7 @@ const THUNDER: AppDetails = {
const JERBOA: AppDetails = {
name: "Jerboa",
description: "A native Android app made by Lemmy's developers",
link: "https://github.com/dessalines/jerboa",
link: "https://github.com/LemmyNet/jerboa",
icon: "/static/assets/images/jerboa.svg",
banner: "/static/assets/images/jerboa_screen.webp",
links: [
@ -170,7 +170,7 @@ const JERBOA: AppDetails = {
icon: "googleplay",
},
{
link: "https://github.com/dessalines/jerboa",
link: "https://github.com/LemmyNet/jerboa",
icon: "github",
},
],