-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update README and to match 0.2.0 syntax
- Loading branch information
Showing
2 changed files
with
91 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,12 +25,12 @@ defmodule Inngest.MixProject do | |
|
||
# Docs | ||
name: "Inngest", | ||
source_url: "https://github.com/darwin67/ex_inngest", | ||
source_url: "https://github.com/inngest/ex_inngest", | ||
description: "Elixir SDK for Inngest", | ||
homepage_url: "https://inngest.com", | ||
docs: [ | ||
main: "Inngest", | ||
authors: ["Darwin Wu"], | ||
authors: ["Inngest Engineering<[email protected]>"], | ||
# source_ref: "v#{@version}", | ||
assets: "docs/assets", | ||
logo: "docs/assets/logo.png", | ||
|
@@ -72,9 +72,9 @@ defmodule Inngest.MixProject do | |
|
||
defp package do | ||
[ | ||
maintainers: ["Darwin Wu"], | ||
maintainers: ["Inngest Engineering<[email protected]>"], | ||
licenses: ["GPL-3.0-or-later"], | ||
links: %{github: "https://github.com/darwin67/ex_inngest"}, | ||
links: %{github: "https://github.com/inngest/ex_inngest"}, | ||
files: ~w(lib mix.exs README.md LICENSE VERSION CHANGELOG.md) | ||
] | ||
end | ||
|