From 3c863e447bb58fd6c7d8dcd14d402d63b4bf938f Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Mon, 26 Jan 2015 19:36:14 +0700 Subject: [PATCH 1/2] Set source URL for documentation --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 0845a4c6..e482c9be 100644 --- a/mix.exs +++ b/mix.exs @@ -9,7 +9,8 @@ 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_url: "https://github.com/elixir-lang/plug"]] end # Configuration for the OTP application From b0f8b3b5af2a67a6e4205518675975e572fa8f22 Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Mon, 26 Jan 2015 19:49:17 +0700 Subject: [PATCH 2/2] Add documentation source_ref --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index e482c9be..caeca6bb 100644 --- a/mix.exs +++ b/mix.exs @@ -10,6 +10,7 @@ defmodule Plug.Mixfile do description: "A specification and conveniences for composable " <> "modules in between web applications", docs: [readme: true, main: "README", + source_ref: "v#{@version}", source_url: "https://github.com/elixir-lang/plug"]] end