From b0f8b3b5af2a67a6e4205518675975e572fa8f22 Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Mon, 26 Jan 2015 19:49:17 +0700 Subject: [PATCH] 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