mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Move jerboa repo location.
This commit is contained in:
parent
f4511f656e
commit
1069e9d8fd
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue