Skip to content

Commit

Permalink
unfs3: fix head url
Browse files Browse the repository at this point in the history
Closes #396.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
  • Loading branch information
vszakats authored and apjanke committed Apr 18, 2016
1 parent 3fa40f4 commit 74ca8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/unfs3.rb
Expand Up @@ -12,7 +12,7 @@ class Unfs3 < Formula
end

head do
url "https://svn.code.sf.net/p/unfs3/code/trunk/"
url "http://svn.code.sf.net/p/unfs3/code/trunk/"

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

0 comments on commit 74ca8c8

Please sign in to comment.