@@ -17,8 +17,8 @@ defmodule Reactor.File.MixProject do
1717 elixir: "~> 1.17" ,
1818 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1919 package: package ( ) ,
20- source_url: "https://harton.dev/james/reactor_file " ,
21- homepage_url: "https://harton.dev/james/reactor_file " ,
20+ source_url: "https://github.com/ash-project/reactor-file " ,
21+ homepage_url: "https://github.com/ash-project/reactor-file " ,
2222 start_permanent: Mix . env ( ) == :prod ,
2323 version: @ version
2424 ]
@@ -35,17 +35,16 @@ defmodule Reactor.File.MixProject do
3535 [
3636 name: :reactor_file ,
3737 files: ~w[ lib .formatter.exs mix.exs README* LICENSE* CHANGELOG* documentation] ,
38- licenses: [ ] ,
38+ licenses: [ "MIT" ] ,
3939 links: % {
40- "Source" => "https://harton.dev/james/reactor_file" ,
41- "GitHub" => "https://github.com/jimsynz/reactor_file" ,
42- "Changelog" => "https://harton.dev/james/reactor_file/src/branch/main/CHANGELOG.md" ,
40+ "Source" => "https://github.com/ash-project/reactor-file" ,
41+ "Changelog" => "https://github.com/ash-project/reactor-file/src/branch/main/CHANGELOG.md" ,
4342 "Sponsor" => "https://github.com/sponsors/jimsynz"
4443 } ,
4544 maintainers: [
4645 "James Harton <james@harton.nz>"
4746 ] ,
48- source_url: "https://harton.dev/james/reactor_file "
47+ source_url: "https://github.com/ash-project/reactor-file "
4948 ]
5049 end
5150
@@ -88,7 +87,7 @@ defmodule Reactor.File.MixProject do
8887 groups_for_extras: extra_documentation_groups ( ) ,
8988 main: "readme" ,
9089 source_url_pattern:
91- "https://harton/dev/james/reactor_file /src/branch/main/%{path}#L%{line}" ,
90+ "https://github.com/ash-project/reactor-file /src/branch/main/%{path}#L%{line}" ,
9291 spark: [
9392 extension: [
9493 % {
0 commit comments