Skip to content

Commit 558b6f1

Browse files
authored
fix: source_url in Mix file
The `source_url` needs to be an url. This fixes the "View Source" buttons url in on hexdocs.pm that previously was "git@github.com:mgwidmann/scrivener_html.git"
1 parent 07002d2 commit 558b6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule ScrivenerHtml.Mixfile do
88
version: @version,
99
elixir: "~> 1.2",
1010
name: "scrivener_html",
11-
source_url: "git@github.com:mgwidmann/scrivener_html.git",
11+
source_url: "https://github.com/mgwidmann/scrivener_html",
1212
homepage_url: "https://github.com/mgwidmann/scrivener_html",
1313
elixirc_paths: elixirc_paths(Mix.env()),
1414
build_embedded: Mix.env() == :prod,

0 commit comments

Comments
 (0)