diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-20 17:16:58 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-20 17:16:58 +0400 |
commit | ad605e3e16ba3f6ee3df7a0a3e6705036fef369f (patch) | |
tree | 33b70f8fae19d7093c0a89d95040d1cd2ef8d68b /config/description.exs | |
parent | c1976d5b19fbceaecf1f52711fe35e1c7d5312aa (diff) | |
download | pleroma-ad605e3e16ba3f6ee3df7a0a3e6705036fef369f.tar.gz pleroma-ad605e3e16ba3f6ee3df7a0a3e6705036fef369f.zip |
Rename `Pleroma.Backup` to `Pleroma.User.Backup`
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index 88f2a6133..9f23b6d3d 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3731,7 +3731,7 @@ config :pleroma, :config_description, [ }, %{ group: :pleroma, - key: Pleroma.Backup, + key: Pleroma.User.Backup, type: :group, description: "Account Backup", children: [ |