Skip to content

Commit

Permalink
chore: update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
ejscunha committed Aug 2, 2024
1 parent 05a4334 commit 7fb2f3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule OpenFeature.MixProject do

# Docs
name: "OpenFeature",
source_url: "https://github.com/ejscunha/elixir-open-feature-sdk",
source_url: "https://github.com/open-feature/elixir-sdk",
homepage_url: "https://openfeature.dev",
docs: docs(),

Expand All @@ -44,15 +44,15 @@ defmodule OpenFeature.MixProject do
end

defp docs do
[main: "readme", extras: ["README.md", "LICENSE", "CHANGELOG.md"]]
[main: "OpenFeature", extras: ["README.md", "LICENSE", "CONTRIBUTING.md", "CHANGELOG.md"]]
end

defp package do
[
maintainers: ["Eduardo Cunha"],
licenses: ["Apache-2.0"],
links: %{
"GitHub" => "https://github.com/ejscunha/elixir-open-feature-sdk",
"GitHub" => "https://github.com/open-feature/elixir-sdk",
"Changelog" => "https://hexdocs.pm/open_feature/changelog.html"
}
]
Expand Down

0 comments on commit 7fb2f3f

Please sign in to comment.