Change default instance name to "Akkoma"
authorNorm <normandy@biribiri.dev>
Tue, 1 Nov 2022 20:52:17 +0000 (20:52 +0000)
committerNorm <normandy@biribiri.dev>
Tue, 1 Nov 2022 20:52:17 +0000 (20:52 +0000)
This was left at "Pleroma" for some reason.

config/config.exs

index 5eb82cd3305537c9bd76a103baf756f8d4a2447e..1af0370519225e7299a1673000b6a781a587f9f8 100644 (file)
@@ -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",