Skip to content

Commit

Permalink
update github url, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
cschiewek committed Sep 27, 2021
1 parent cf39d17 commit fe2e1d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Foreperson.MixProject do
[
app: :foreperson,
name: "foreperson",
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
description: "Process runner for external dependencies in local dev environments",
Expand Down Expand Up @@ -35,7 +35,7 @@ defmodule Foreperson.MixProject do
[
maintainers: ["Curtis Schiewek"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/phoenixframework/phoenix"},
links: %{"GitHub" => "https://github.com/cschiewek/foreperson"},
files: ~w(lib priv LICENSE.md mix.exs README.md .formatter.exs)
]
end
Expand Down

0 comments on commit fe2e1d1

Please sign in to comment.