1 files changed, 3 insertions, 3 deletions
diff --git a/src/gateway/Server.ts b/src/gateway/Server.ts
index 3eec5c8f..9fba2d4c 100644
--- a/src/gateway/Server.ts
+++ b/src/gateway/Server.ts
@@ -1,6 +1,6 @@
/*
- Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
- Copyright (C) 2023 Fosscord and Fosscord Contributors
+ Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
+ Copyright (C) 2023 Spacebar and Spacebar Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
@@ -25,7 +25,7 @@ import {
initDatabase,
initEvent,
Sentry,
-} from "@fosscord/util";
+} from "@spacebar/util";
import ws from "ws";
import { Connection } from "./events/Connection";
import http from "http";
|