We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae8d0a commit 92ea3b3Copy full SHA for 92ea3b3
mix.exs
@@ -13,7 +13,7 @@ defmodule Replicate.MixProject do
13
package: package(),
14
deps: deps(),
15
name: "Replicate",
16
- source_url: "https://github.com/cbh123/replicate-elixir",
+ source_url: "https://github.com/replicate/replicate-elixir",
17
homepage_url: "https://hexdocs.pm/replicate/readme.html",
18
docs: [
19
main: "readme",
@@ -49,7 +49,7 @@ defmodule Replicate.MixProject do
49
# These are the default files included in the package
50
files: ~w(lib .formatter.exs mix.exs README* CHANGELOG*),
51
licenses: ["Apache-2.0"],
52
- links: %{"GitHub" => "https://github.com/cbh123/replicate-elixir"}
+ links: %{"GitHub" => "https://github.com/replicate/replicate-elixir"}
53
]
54
end
55
0 commit comments