From 92ea3b3af97fa052da6f940cd1600b3e92463f66 Mon Sep 17 00:00:00 2001 From: Mattt Date: Fri, 7 Jul 2023 10:01:13 -0700 Subject: [PATCH] Update links to GitHub repo (#4) --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index b2e6880..1624ed4 100644 --- a/mix.exs +++ b/mix.exs @@ -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", @@ -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