From 1069e9d8fd7e1cc9fa1a4df7c72abc23f2d0fa52 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 4 Apr 2024 17:49:42 -0400 Subject: [PATCH] Move jerboa repo location. --- ...y Release v0.16.0 - Theming and Federation improvements.md | 2 +- src/shared/components/app-definitions.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/news/2022-03-08 - Lemmy Release v0.16.0 - Theming and Federation improvements.md b/src/assets/news/2022-03-08 - Lemmy Release v0.16.0 - Theming and Federation improvements.md index a56d1cf..0ee22db 100644 --- a/src/assets/news/2022-03-08 - Lemmy Release v0.16.0 - Theming and Federation improvements.md +++ b/src/assets/news/2022-03-08 - Lemmy Release v0.16.0 - Theming and Federation improvements.md @@ -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. diff --git a/src/shared/components/app-definitions.ts b/src/shared/components/app-definitions.ts index ed4a28a..fb5fc75 100644 --- a/src/shared/components/app-definitions.ts +++ b/src/shared/components/app-definitions.ts @@ -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", }, ],