Skip to content

Commit

Permalink
Fix project description
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 27, 2023
1 parent 8ecef06 commit 3da8989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ defmodule Drops.MixProject do
start_permanent: Mix.env() == :prod,
deps: deps(),
licenses: [@license],
description: """
description: ~S"""
Tools for working with data effectively - data contracts using schemas, \
domain validation rules, type-safe casting, and more.
"""
""",
links: %{"GitHub" => @source_url},
package: package(),
docs: docs(),
Expand Down

0 comments on commit 3da8989

Please sign in to comment.