Skip to content

Commit

Permalink
Update links to GitHub repo (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt authored Jul 7, 2023
1 parent 9ae8d0a commit 92ea3b3
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,7 +13,7 @@ defmodule Replicate.MixProject do
package: package(),
deps: deps(),
name: "Replicate",
source_url: "https://github.com/cbh123/replicate-elixir",
source_url: "https://github.com/replicate/replicate-elixir",
homepage_url: "https://hexdocs.pm/replicate/readme.html",
docs: [
main: "readme",
Expand Down Expand Up @@ -49,7 +49,7 @@ defmodule Replicate.MixProject do
# These are the default files included in the package
files: ~w(lib .formatter.exs mix.exs README* CHANGELOG*),
licenses: ["Apache-2.0"],
links: %{"GitHub" => "https://github.com/cbh123/replicate-elixir"}
links: %{"GitHub" => "https://github.com/replicate/replicate-elixir"}
]
end
end

0 comments on commit 92ea3b3

Please sign in to comment.