willgit: add conflict with git-utils

Closes #6423.

Closes #6425.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
Alex Dunn 2016-10-30 13:47:32 -07:00
parent 3697a17b4b
commit a3cb065f44
No known key found for this signature in database
GPG key ID: 8C81F8F098CA78D8

View file

@ -7,6 +7,9 @@ class Willgit < Formula
bottle :unneeded
conflicts_with "git-utils",
:because => "both install a `git-rank-contributors` script"
def install
prefix.install "bin"
end