Skip to content

Commit

Permalink
Add source to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pbogut committed Feb 5, 2017
1 parent 710d93a commit 3cb6ce1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ defmodule RecurringEvents.Mixfile do
start_permanent: Mix.env == :prod,
package: package(),
description: description(),
docs: [
main: RecurringEvents,
source_url: "https://github.com/pbogut/recurring_events"
],
deps: deps()]
end

Expand Down Expand Up @@ -40,7 +44,7 @@ defmodule RecurringEvents.Mixfile do

defp description do
"""
Recurring Events library for Elixir.
Elixir library providing recurring calendar events support.
"""
end
end

0 comments on commit 3cb6ce1

Please sign in to comment.