Skip to content

Commit 838ea5a

Browse files
committed
Update source repository URLs
1 parent 047fed7 commit 838ea5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defmodule CircularBuffer.MixProject do
1313
description: description(),
1414
package: package(),
1515
name: "CircularBuffer",
16-
source_url: "https://github.com/keathley/circular_buffer",
16+
source_url: "https://github.com/elixir-toniq/circular_buffer",
1717
docs: docs(),
1818
dialyzer: dialyzer()
1919
]
@@ -44,14 +44,14 @@ defmodule CircularBuffer.MixProject do
4444
[
4545
name: "circular_buffer",
4646
licenses: ["MIT"],
47-
links: %{"GitHub" => "https://github.com/keathley/circular_buffer"}
47+
links: %{"GitHub" => "https://github.com/elixir-toniq/circular_buffer"}
4848
]
4949
end
5050

5151
def docs do
5252
[
5353
source_ref: "v#{@version}",
54-
source_url: "https://github.com/keathley/circular_buffer",
54+
source_url: "https://github.com/elixir-toniq/circular_buffer",
5555
main: "CircularBuffer"
5656
]
5757
end

0 commit comments

Comments
 (0)