From 4d5126516ab58ebe556640c4a06ae3df2dde5dad Mon Sep 17 00:00:00 2001 From: Jordan Bracco Date: Tue, 20 Dec 2022 01:09:42 +0000 Subject: Update repo URL, refs T77. --- config/config.exs | 2 +- lib/nola/nola.ex | 2 +- 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" ] -- cgit v1.2.3