noahsettersten commited on
Commit
4b222d3
1 Parent(s): ad3f343

chore: Switch to HTTPS for cloning git repo

Browse files
public-apps/tag_from_library.livemd CHANGED
@@ -5,8 +5,9 @@
5
  ```elixir
6
  Mix.install(
7
  [
 
 
8
  # {:audio_tagger, path: "/Users/noah/development/audio_tagger"},
9
- {:audio_tagger, git: "git@github.com:headwayio/audio_tagger.git"},
10
  {:kino_bumblebee, "~> 0.4.0"},
11
  {:exla, ">= 0.0.0"},
12
  {:explorer, "~> 0.7.0"},
 
5
  ```elixir
6
  Mix.install(
7
  [
8
+ # {:audio_tagger, git: "git@github.com:headwayio/audio_tagger.git"},
9
+ {:audio_tagger, git: "https://github.com/headwayio/audio_tagger.git"},
10
  # {:audio_tagger, path: "/Users/noah/development/audio_tagger"},
 
11
  {:kino_bumblebee, "~> 0.4.0"},
12
  {:exla, ">= 0.0.0"},
13
  {:explorer, "~> 0.7.0"},