2 Commits

Author SHA1 Message Date
Zoë Bijl 7d3fc45990 [docs] rename Masto-FE to Folivora 2025-10-16 23:00:22 +02:00
Zoë Bijl f113a9fc9a [chore] change name to Folivora
- Update name from “Mastodon”/“Masto-FE” to “Folivora”
- Update repository URL
2025-10-16 16:41:05 +02:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Masto-FE (🦥 flavour) # Folivora
This is a fork of [Iceshrimp's Masto-FE Standalone](https://iceshrimp.dev/iceshrimp/masto-fe-standalone) repository, which is itself a fork of [Mastodon Glitch Edition](https://github.com/glitch-soc/mastodon), which in turn forks [Mastodon](https://github.com/mastodon/mastodon/). Phew! Folivora is a fork of [Iceshrimp's Masto-FE Standalone](https://iceshrimp.dev/iceshrimp/masto-fe-standalone) repository, which is itself a fork of [Mastodon Glitch Edition](https://github.com/glitch-soc/mastodon), which in turn forks [Mastodon](https://github.com/mastodon/mastodon/). Phew!
The goal of this repository is to make it possible to smoothly and intuitively use the Mastodon frontend with a GoToSocial instance as the backend. The goal of this repository is to make it possible to smoothly and intuitively use the Mastodon frontend with a GoToSocial instance as the backend.
+2 -2
View File
@@ -1,5 +1,5 @@
{ {
"name": "@mastodon/mastodon", "name": "@superseriousbusiness/folivora",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"engines": { "engines": {
"node": ">=16" "node": ">=16"
@@ -31,7 +31,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/mastodon/mastodon.git" "url": "https://codeberg.org/superseriousbusiness/masto-fe-standalone.git"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {