Skip to content

Commit 92ea3b3

Browse files
authored
Update links to GitHub repo (#4)
1 parent 9ae8d0a commit 92ea3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defmodule Replicate.MixProject do
1313
package: package(),
1414
deps: deps(),
1515
name: "Replicate",
16-
source_url: "https://github.com/cbh123/replicate-elixir",
16+
source_url: "https://github.com/replicate/replicate-elixir",
1717
homepage_url: "https://hexdocs.pm/replicate/readme.html",
1818
docs: [
1919
main: "readme",
@@ -49,7 +49,7 @@ defmodule Replicate.MixProject do
4949
# These are the default files included in the package
5050
files: ~w(lib .formatter.exs mix.exs README* CHANGELOG*),
5151
licenses: ["Apache-2.0"],
52-
links: %{"GitHub" => "https://github.com/cbh123/replicate-elixir"}
52+
links: %{"GitHub" => "https://github.com/replicate/replicate-elixir"}
5353
]
5454
end
5555
end

0 commit comments

Comments
 (0)