mkvtoolnix: fix HEAD url

This commit is contained in:
Alexara Wu 2018-08-11 12:59:20 +08:00 committed by FX Coudert
parent a7678c47ae
commit 91fd83027d

View file

@ -11,7 +11,7 @@ class Mkvtoolnix < Formula
end
head do
url "https://github.com/mbunkus/mkvtoolnix.git"
url "https://gitlab.com/mbunkus/mkvtoolnix.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "libtool" => :build