diff options
author | lain <lain@soykaf.club> | 2020-06-25 10:42:57 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-25 10:42:57 +0000 |
commit | 1d0804b49f56fe722b12f83269d98acfdee7ac77 (patch) | |
tree | e03b1d8b278a045b7629ea0ca29b01c19f521f63 | |
parent | 1cd1977c0f894eaeaf7aed35c86a5fa0d21b3592 (diff) | |
parent | f585622f852f4204f8f8dcaa6626ed4cd025edfe (diff) | |
download | pleroma-1d0804b49f56fe722b12f83269d98acfdee7ac77.tar.gz |
Merge branch 'chore/remove-reference-to-distsn' into 'develop'
Remove reference to defunct distsn.org
See merge request pleroma/pleroma!2675
-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 ded30e204..f54ac2a2a 100644 --- a/config/description.exs +++ b/config/description.exs @@ -951,7 +951,7 @@ config :pleroma, :config_description, [ key: :instance_thumbnail, type: :string, description: - "The instance thumbnail image. It will appear in [Pleroma Instances](http://distsn.org/pleroma-instances.html)", + "The instance thumbnail can be any image that represents your instance and is used by some apps or services when they display information about your instance.", suggestions: ["/instance/thumbnail.jpeg"] } ] |