Skip to content

Commit

Permalink
Remove references to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Dec 4, 2020
1 parent ef2309d commit 5e96e5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Master
## Main

### Breaking

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
============
[![Actions Status](https://github.com/elixir-wallaby/wallaby/workflows/CI/badge.svg)](https://github.com/elixir-wallaby/wallaby/actions)
[![Hex pm](https://img.shields.io/hexpm/v/wallaby.svg?style=flat)](https://hex.pm/packages/wallaby)
[![codecov](https://codecov.io/gh/elixir-wallaby/wallaby/branch/master/graph/badge.svg)](https://codecov.io/gh/elixir-wallaby/wallaby)
[![codecov](https://codecov.io/gh/elixir-wallaby/wallaby/branch/main/graph/badge.svg)](https://codecov.io/gh/elixir-wallaby/wallaby)

Wallaby helps you test your web applications by simulating realistic user interactions.
By default it runs each test case concurrently and manages browsers for you.
Expand Down
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ defmodule Wallaby.Mixfile do
defp package do
[
files: ["lib", "mix.exs", "README.md", "LICENSE.md", "priv"],
exclude_patterns: ["safe_travis.ex"],
maintainers: @maintainers,
licenses: ["MIT"],
links: %{"Github" => "https://github.com/keathley/wallaby"}
links: %{"Github" => "https://github.com/elixir-wallaby/wallaby"}
]
end

Expand Down

0 comments on commit 5e96e5f

Please sign in to comment.