Skip to content

Commit 3bf2905

Browse files
committed
Fix source_url to the correct organization
1 parent 82f813a commit 3bf2905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule Image.MixProject do
1212
elixir: "~> 1.14",
1313
deps: deps(),
1414
elixirc_paths: elixirc_paths(Mix.env()),
15-
source_url: "https://github.com/kipcole9/image",
15+
source_url: "https://github.com/elixir-image/image",
1616
docs: docs(),
1717
build_embedded: Mix.env() == :prod,
1818
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)