summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/config.exs2
-rw-r--r--lib/nola/nola.ex2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs
index caeeb69..c5c5bd8 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -20,7 +20,7 @@ config :nola, :data_path, "priv"
config :nola, :brand,
name: "Nola",
- source_url: "https://phab.random.sh/source/Bot/"
+ source_url: "https://phab.random.sh/source/Nola/"
config :ex_aws,
region: "us-east-1",
diff --git a/lib/nola/nola.ex b/lib/nola/nola.ex
index 0acb76e..18e5ddd 100644
--- a/lib/nola/nola.ex
+++ b/lib/nola/nola.ex
@@ -2,7 +2,7 @@ defmodule Nola do
@default_brand [
name: "Nola,
- source_url: "https://phab.random.sh/source/Bot/",
+ source_url: "https://phab.random.sh/source/Nola/",
owner: "Ashamed owner",
owner_email: "contact@my.nola.bot"
]