Skip to content

Commit

Permalink
Correct source_url variable in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Storm committed Jul 28, 2016
1 parent 2194c89 commit d539bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule NetSNMP.Mixfile do
[ app: :net_snmp_ex,
version: "0.0.6",
name: "NetSNMP",
source_url: "https://github.com/jonnystorm/netaddr-elixir",
source_url: "https://github.com/jonnystorm/net-snmp-elixir",
elixir: "~> 1.0",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
%{"earmark": {:hex, :earmark, "1.0.1", "2c2cd903bfdc3de3f189bd9a8d4569a075b88a8981ded9a0d95672f6e2b63141", [:mix], []},
"ex_doc": {:hex, :ex_doc, "0.13.0", "aa2f8fe4c6136a2f7cfc0a7e06805f82530e91df00e2bff4b4362002b43ada65", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]},
"snmp_mib_ex": {:git, "https://github.com/jonnystorm/snmp-mib-elixir", "b9023961d6b641e9284de65209df145129a0225a", []}}
"snmp_mib_ex": {:git, "https://github.com/jonnystorm/snmp-mib-elixir", "431f88a730420270ab33431c97948089e24589ce", []}}

0 comments on commit d539bea

Please sign in to comment.