Skip to content

Commit

Permalink
elixir-lang/plug -> elixir-plug/plug (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
radar authored and josevalim committed Jul 27, 2017
1 parent 74c25e3 commit 1a10f7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Plug

[![Build Status](https://travis-ci.org/elixir-lang/plug.svg?branch=master)](https://travis-ci.org/elixir-lang/plug)
[![Inline docs](http://inch-ci.org/github/elixir-lang/plug.svg?branch=master)](http://inch-ci.org/github/elixir-lang/plug)
[![Build Status](https://travis-ci.org/elixir-plug/plug.svg?branch=master)](https://travis-ci.org/elixir-plug/plug)
[![Inline docs](http://inch-ci.org/github/elixir-plug/plug.svg?branch=master)](http://inch-ci.org/github/elixir-plug/plug)

Plug is:

Expand Down Expand Up @@ -251,8 +251,8 @@ Finally, remember all interactions in our official spaces follow our [Code of Co
Plug source code is released under Apache 2 License.
Check LICENSE file for more information.

[issues]: https://github.com/elixir-lang/plug/issues
[pulls]: https://github.com/elixir-lang/plug/pulls
[issues]: https://github.com/elixir-plug/plug/issues
[pulls]: https://github.com/elixir-plug/plug/pulls
[ML]: https://groups.google.com/group/elixir-lang-core
[code-of-conduct]: https://github.com/elixir-lang/elixir/blob/master/CODE_OF_CONDUCT.md
[writing-docs]: http://elixir-lang.org/docs/stable/elixir/writing-documentation.html
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defmodule Plug.Mixfile do
xref: [exclude: [:ranch, :cowboy, :cowboy_req, :cowboy_router]],
docs: [extras: ["README.md"], main: "readme",
source_ref: "v#{@version}",
source_url: "https://github.com/elixir-lang/plug"]]
source_url: "https://github.com/elixir-plug/plug"]]
end

# Configuration for the OTP application
Expand All @@ -36,6 +36,6 @@ defmodule Plug.Mixfile do
defp package do
%{licenses: ["Apache 2"],
maintainers: ["José Valim"],
links: %{"GitHub" => "https://github.com/elixir-lang/plug"}}
links: %{"GitHub" => "https://github.com/elixir-plug/plug"}}
end
end

0 comments on commit 1a10f7a

Please sign in to comment.