From: FloatingGhost Date: Wed, 6 Jul 2022 21:47:59 +0000 (+0100) Subject: Fix release installation X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=1e6b280280cb61aaeef7c639bdb9728b87572e7f;p=akkoma Fix release installation --- diff --git a/mix.exs b/mix.exs index cecf83dfd..4c5a776e0 100644 --- a/mix.exs +++ b/mix.exs @@ -59,8 +59,8 @@ defmodule Pleroma.Mixfile do def copy_nginx_config(%{path: target_path} = release) do File.cp!( - "./installation/pleroma.nginx", - Path.join([target_path, "installation", "pleroma.nginx"]) + "./installation/nginx/akkoma.nginx", + Path.join([target_path, "installation", "akkoma.nginx"]) ) release @@ -348,6 +348,9 @@ defmodule Pleroma.Mixfile do # Pleroma: A lightweight social networking server # Copyright © 2017-#{year} Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only +# Akkoma: The cooler pleroma +# Copyright © 2022-#{year} Akkoma Authors +# SPDX-License-Identifier: AGPL-3.0-only ] |> String.replace("\n", "\\n")