Skip to content

Commit

Permalink
fix: change repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesclark committed Apr 22, 2023
1 parent 590c845 commit c243f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/mix.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ index 439f102..5b2b27b 100644
description: "VRChat API for Elixir",
- deps: deps()
+ deps: deps(),
+ source_url: "https://github.com/vrchatapi/vrchat-elixir",
+ source_url: "https://github.com/vrchatapi/vrchatapi-elixir",
+ docs: [
+ main: "readme",
+ extras: ["README.md"]
Expand All @@ -24,7 +24,7 @@ index 439f102..5b2b27b 100644
+ files: ~w(.formatter.exs config lib mix.exs README* LICENSE*),
+ licenses: ["MIT"],
+ links: %{
+ "GitHub" => "https://github.com/vrchatapi/vrchat-elixir",
+ "GitHub" => "https://github.com/vrchatapi/vrchatapi-elixir",
+ "Specification" => "https://github.com/vrchatapi/specification/"
+ }
]
Expand Down

0 comments on commit c243f2b

Please sign in to comment.