diff options
author | Jordan Bracco <href@random.sh> | 2025-06-25 19:22:59 +0200 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2025-06-25 19:22:59 +0200 |
commit | c934e79e5852e05f714b2d542cc2678e287c49b8 (patch) | |
tree | 55779a0168260fce03e4775eacdd613ffc945588 /lib/nola.ex | |
parent | updates (diff) |
format.
Diffstat (limited to '')
-rw-r--r-- | lib/nola.ex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/nola.ex b/lib/nola.ex index 51c2150..a9c7287 100644 --- a/lib/nola.ex +++ b/lib/nola.ex @@ -1,5 +1,4 @@ defmodule Nola do - @default_brand [ name: "Nola", source_url: "https://phab.random.sh/source/Nola/", @@ -26,5 +25,4 @@ defmodule Nola do def version do Application.spec(:nola)[:vsn] end - end |