From: Norm Date: Tue, 1 Nov 2022 20:52:17 +0000 (+0000) Subject: Change default instance name to "Akkoma" X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=9682ec4c5f7e29e937c7d23ae11e274b46b8e80e;p=akkoma Change default instance name to "Akkoma" This was left at "Pleroma" for some reason. --- diff --git a/config/config.exs b/config/config.exs index 5eb82cd33..1af037051 100644 --- a/config/config.exs +++ b/config/config.exs @@ -185,7 +185,7 @@ config :pleroma, :http, adapter: [] config :pleroma, :instance, - name: "Pleroma", + name: "Akkoma", email: "example@example.com", notify_email: "noreply@example.com", description: "Akkoma: The cooler fediverse server",