From c243f2bf002ea9676d4cb3853b2154582d3a5d42 Mon Sep 17 00:00:00 2001 From: Aries <10256477+ariesclark@users.noreply.github.com> Date: Sat, 22 Apr 2023 01:41:01 -0600 Subject: [PATCH] fix: change repository name --- patches/mix.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/mix.patch b/patches/mix.patch index 946bda2..c45456c 100644 --- a/patches/mix.patch +++ b/patches/mix.patch @@ -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"] @@ -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/" + } ]