Merge branch 'chores/bump-copyright' into 'develop'
[akkoma] / lib / pleroma / web / plugs / remote_ip.ex
index 987022156fdf440ef1ad7f5d2d7e88087d677322..4d7daca56230152b8a26caa5335a493f9b82f518 100644 (file)
@@ -1,8 +1,8 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
-defmodule Pleroma.Plugs.RemoteIp do
+defmodule Pleroma.Web.Plugs.RemoteIp do
   @moduledoc """
   This is a shim to call [`RemoteIp`](https://git.pleroma.social/pleroma/remote_ip) but with runtime configuration.
   """