Update links to point to Codeberg

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-06-12 23:05:40 +02:00
parent cea35bfb1c
commit e0e024e4bc
10 changed files with 74 additions and 62 deletions

View File

@ -4,17 +4,17 @@
"version": "0.0.1",
"type": "module",
"description": "Mastodon-compatible social media front-end",
"homepage": "https://github.com/mkljczk/pl-fe",
"homepage": "https://codeberg.org/mkljczk/pl-fe",
"repository": {
"type": "git",
"url": "https://github.com/mkljczk/pl-fe"
"url": "https://codeberg.org/mkljczk/pl-fe"
},
"keywords": [
"fediverse",
"pleroma"
],
"bugs": {
"url": "https://github.com/mkljczk/pl-fe/issues"
"url": "https://codeberg.org/mkljczk/pl-fe/issues"
},
"scripts": {
"start": "npx vite serve",