From 7c8613030444c0c1b89d9de61ee1452e610e3630 Mon Sep 17 00:00:00 2001
From: Jesse Wierzbinski
Date: Tue, 27 Aug 2024 21:46:21 +0200
Subject: [PATCH] refactor: :truck: Use new GitHub org (versia-pub)
---
app/page.tsx | 2 +-
components/Footer.tsx | 2 +-
components/Libraries.tsx | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/page.tsx b/app/page.tsx
index 1132da0..6ac0fe4 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -83,7 +83,7 @@ const Page: FC = () => {
Versia Server, which uses Versia for federation. This
community could include you! Check out our{" "}
diff --git a/components/Footer.tsx b/components/Footer.tsx
index 1bf9679..15d58a2 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -118,7 +118,7 @@ function SmallPrint() {
Find us on GitHub
diff --git a/components/Libraries.tsx b/components/Libraries.tsx
index 22900ab..c82f751 100644
--- a/components/Libraries.tsx
+++ b/components/Libraries.tsx
@@ -6,8 +6,8 @@ import { Heading } from "./Heading";
const libraries = [
{
- href: "https://github.com/lysand-org/api/tree/main/federation",
- name: "@lysand-org/federation",
+ href: "https://github.com/versia-pub/api/tree/main/federation",
+ name: "@versia/federation",
description:
"Fully-featured federation toolkit with validation, signatures, parsing, and more.",
logo: logoTypescript,