Skip to content

Commit

Permalink
SMRT-1201 Correct source links (#18)
Browse files Browse the repository at this point in the history
co-authored-by: ManApart <[email protected]>
  • Loading branch information
badams-scos and ManApart authored May 16, 2019
1 parent 948c4bd commit f64a4a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To add to your mix dependencies, add the following block to your mix.exs deps:
```elixir
def deps do
[
{:streaming_metrics, "~> 2.1.5"}
{:streaming_metrics, "~> 2.1.6"}
]
end
```
Expand Down
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ defmodule StreamingMetrics.MixProject do
def project do
[
app: :streaming_metrics,
version: "2.1.5",
version: "2.1.6",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
description: description(),
package: package(),
source_url: "https://github.com/SmartColumbusOS"
source_url: "https://github.com/smartcitiesdata/streaming-metrics"
]
end

Expand Down Expand Up @@ -39,10 +39,10 @@ defmodule StreamingMetrics.MixProject do

defp package do
[
organization: "smartcolumbus_os",
maintainers: ["smartcitiesdata"],
licenses: ["AllRightsReserved"],
links: %{
"GitHub" => "https://github.com/SmartColumbusOS/streaming-metrics"
"GitHub" => "https://github.com/smartcitiesdata/streaming-metrics"
}
]
end
Expand Down

0 comments on commit f64a4a0

Please sign in to comment.