Skip to content

Commit

Permalink
libxslt: add .git suffix to git url
Browse files Browse the repository at this point in the history
Closes Homebrew#49708.

Signed-off-by: Tim D. Smith <[email protected]>
  • Loading branch information
vszakats authored and tdsmith committed Mar 2, 2016
1 parent 639225d commit 83cc4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/libxslt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Libxslt < Formula
depends_on "libxml2"

head do
url "https://git.gnome.org/browse/libxslt"
url "https://git.gnome.org/browse/libxslt.git"

depends_on "autoconf" => :build
depends_on "automake" => :build
Expand Down

0 comments on commit 83cc4af

Please sign in to comment.