Merge pull request #309 from LemmyNet/move_jerboa_location

Move jerboa repo location.
This commit is contained in:
SleeplessOne1917 2024-04-04 20:00:15 -04:00 committed by GitHub
commit e2ec4e93d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 ### 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. 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 = { const JERBOA: AppDetails = {
name: "Jerboa", name: "Jerboa",
description: "A native Android app made by Lemmy's developers", 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", icon: "/static/assets/images/jerboa.svg",
banner: "/static/assets/images/jerboa_screen.webp", banner: "/static/assets/images/jerboa_screen.webp",
links: [ links: [
@ -170,7 +170,7 @@ const JERBOA: AppDetails = {
icon: "googleplay", icon: "googleplay",
}, },
{ {
link: "https://github.com/dessalines/jerboa", link: "https://github.com/LemmyNet/jerboa",
icon: "github", icon: "github",
}, },
], ],