Skip to content

Commit

Permalink
Mixfile syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantido committed Oct 2, 2020
1 parent d55d0a8 commit f8c0e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Liberator.MixProject do
def project do
[
app: :liberator,
description: "An Elixir library for building controllers that obey the HTTP spec."
description: "An Elixir library for building controllers that obey the HTTP spec.",
version: "1.0.0",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit f8c0e0a

Please sign in to comment.