Skip to content

Commit

Permalink
Merge pull request elixir-plug#171 from yrashk/patch-1
Browse files Browse the repository at this point in the history
Set source URL for documentation
  • Loading branch information
josevalim committed Jan 26, 2015
2 parents a5ad08f + b0f8b3b commit 4336b6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ defmodule Plug.Mixfile do
package: package,
description: "A specification and conveniences for composable " <>
"modules in between web applications",
docs: [readme: true, main: "README"]]
docs: [readme: true, main: "README",
source_ref: "v#{@version}",
source_url: "https://github.com/elixir-lang/plug"]]
end

# Configuration for the OTP application
Expand Down

0 comments on commit 4336b6f

Please sign in to comment.