mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
add error handling
This commit is contained in:
parent
0e17984d6f
commit
03e46f81f8
12 changed files with 57 additions and 36 deletions
4
mix.exs
4
mix.exs
|
@ -31,8 +31,7 @@ defmodule Farside.MixProject do
|
|||
end
|
||||
|
||||
defp aliases do
|
||||
[
|
||||
]
|
||||
[]
|
||||
end
|
||||
|
||||
# Run "mix help deps" to learn about dependencies.
|
||||
|
@ -46,7 +45,6 @@ defmodule Farside.MixProject do
|
|||
]
|
||||
end
|
||||
|
||||
|
||||
defp description() do
|
||||
"A redirecting service for FOSS alternative frontends."
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue