From 3b04449952a813e45aa6cdcc095fcbf8095d7930 Mon Sep 17 00:00:00 2001 From: James Harton Date: Mon, 2 Jan 2017 20:50:40 +1300 Subject: [PATCH] Add links to mix. --- mix.exs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index ac0b414..4ebafb5 100644 --- a/mix.exs +++ b/mix.exs @@ -28,7 +28,10 @@ defmodule Vivid.Mixfile do def package do [ maintainers: [ "James Harton " ], - licenses: [ "MIT" ] + licenses: [ "MIT" ], + links: %{ + "Source" => "https://github.com/jamesotron/vivid.ex" + } ] end