change build name
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
ac76bc011a
commit
bfc56040e7
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
2
mix.exs
2
mix.exs
|
@ -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
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue