Skip to content

Commit

Permalink
Fixes to mix.exs for publishing
Browse files Browse the repository at this point in the history
In particular fixes a typo in #57
  • Loading branch information
axelson committed Aug 12, 2023
1 parent cf258fe commit 1df0a26
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 @@ -12,7 +12,8 @@ defmodule ExSync.Mixfile do
elixirc_paths: ["lib", "web"],
deps: deps(),
description: "Yet another Elixir reloader.",
source_url: "https://github.comb/falood/exsync",
source_url: @source_url,
homepage_url: @source_url,
package: package(),
docs: docs()
]
Expand Down Expand Up @@ -49,7 +50,6 @@ defmodule ExSync.Mixfile do
],
main: "readme",
source_ref: "v#{@version}",
homepage_url: @source_url
]
end
end

0 comments on commit 1df0a26

Please sign in to comment.