File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments