aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2022-09-05 15:19:34 +0000
committertusooa <tusooa@kazv.moe>2022-09-05 15:19:34 +0000
commitf7c20731034f7aa3c72a6dcc312850db27787f7e (patch)
tree58c7727f73a0a7184865e45c18b6af5e91c51be5 /config
parentf8afba95b20670b5d6e93896ccd27bb3fca003a2 (diff)
parent80a2528fd10ca2d07b8d96258a19bd9a8ea747ec (diff)
downloadpleroma-f7c20731034f7aa3c72a6dcc312850db27787f7e.tar.gz
Merge branch 'bump/min-elixir-1.10' into 'develop'
Bump minimum Elixir version to 1.10 See merge request pleroma/pleroma!3741
Diffstat (limited to 'config')
-rw-r--r--config/config.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index aa53b7653..e07c3c779 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -37,7 +37,7 @@
# FIGURATION! EDIT YOUR SECRET FILE (either prod.secret.exs, dev.secret.exs).
#
# This file is responsible for configuring your application
-# and its dependencies with the aid of the Mix.Config module.
+# and its dependencies with the aid of the Config module.
#
# This configuration file is loaded before any dependency and
# is restricted to this project.