Skip to content

Commit

Permalink
chore: use own private version of Muzak pro
Browse files Browse the repository at this point in the history
git.devonestes.com has been down for some days now, and still have no word from the maintainer
  • Loading branch information
ahamez committed Jan 30, 2025
1 parent 2746818 commit 3eb02a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ defmodule Protox.Mixfile do
deps

creds ->
muzak_pro =
{:muzak,
git: "https://#{creds}@git.devonestes.com/muzak/muzak.git", tag: "1.1.0", only: [:test]}
muzak_pro = {:muzak, git: "https://#{creds}@github.com/ahamez/muzak.git", only: [:test]}

[muzak_pro | deps]
end
Expand Down

0 comments on commit 3eb02a5

Please sign in to comment.