Skip to content

Commit

Permalink
Update lib description in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
GPrimola authored Feb 19, 2024
1 parent 419b5c4 commit a3d89bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ defmodule Yamel.MixProject do
@source_url "https://github.com/GPrimola/yamel"
@logo_path "priv/img/yamel-logo.png"
@licenses ["Apache-2.0"]
@description: "YAML parser and serializer lib for Elixir."

Check failure on line 8 in mix.exs

View workflow job for this annotation

GitHub Actions / build (22.3.4.26, 1.8.2)

** (SyntaxError) mix.exs:8: syntax error before: description

Check failure on line 8 in mix.exs

View workflow job for this annotation

GitHub Actions / build (22.3.4.26, 1.8.2)

** (SyntaxError) mix.exs:8: syntax error before: description

Check failure on line 8 in mix.exs

View workflow job for this annotation

GitHub Actions / build

** (SyntaxError) mix.exs:8: syntax error before: description

def project do
[
Expand Down Expand Up @@ -58,9 +59,7 @@ defmodule Yamel.MixProject do
defp package do
[
name: "yamel",
description: """
This is a helper to work with Yaml files in Elixir.
""",
description: @description,
licenses: @licenses,
links: %{"GitHub" => @source_url}
]
Expand Down

0 comments on commit a3d89bf

Please sign in to comment.