Remove lemmybb from applications (#450)

This commit is contained in:
Nutomic 2025-01-09 02:30:58 +00:00 committed by GitHub
parent cfdd03a4aa
commit 38ad15408d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View file

@ -398,21 +398,6 @@ const MLMYM: AppDetails = {
platforms: [Platform.Web], platforms: [Platform.Web],
}; };
const LEMMYBB: AppDetails = {
name: "lemmyBB",
description: "A lemmy frontend based on phpBB.",
link: "https://github.com/LemmyNet/lemmyBB",
banner: "/static/assets/images/lemmybb_2.webp",
links: [
{
link: "https://github.com/LemmyNet/lemmyBB",
icon: "github",
},
],
sourceType: SourceType.Open,
platforms: [Platform.Web],
};
const NEONMODEM: AppDetails = { const NEONMODEM: AppDetails = {
name: "neonmodem", name: "neonmodem",
description: "BBS-style TUI client", description: "BBS-style TUI client",
@ -478,7 +463,6 @@ export const APP_LIST: AppDetails[] = [
PHOTON, PHOTON,
ALEXANDRITE, ALEXANDRITE,
MLMYM, MLMYM,
LEMMYBB,
NEONMODEM, NEONMODEM,
BOOST, BOOST,
SYNC, SYNC,