change build name

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2023-10-17 23:18:40 +02:00
parent ac76bc011a
commit bfc56040e7
2 changed files with 4 additions and 1 deletions

View file

@ -82,6 +82,9 @@ def render("show2.json", _) do
}, },
# Extra (not present in Mastodon): # Extra (not present in Mastodon):
pleroma: pleroma_configuration2(instance) pleroma: pleroma_configuration2(instance)
# soapbox: %{
# version: Soapbox.version()
# }
}) })
end end

View file

@ -1,7 +1,7 @@
defmodule Pleroma.Mixfile do defmodule Pleroma.Mixfile do
use Mix.Project use Mix.Project
@build_name "soapbox" @build_name "bigbuffet"
def project do def project do
[ [