From 8fb3cc2fe18906242a3f6f66826b0ce9cd29587e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 27 Jan 2013 19:01:34 -0800 Subject: [PATCH] uchardet: style nits --- Formula/uchardet.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/uchardet.rb b/Formula/uchardet.rb index 0f38051fd26..4f92659e92a 100644 --- a/Formula/uchardet.rb +++ b/Formula/uchardet.rb @@ -1,8 +1,8 @@ require 'formula' class Uchardet < Formula - url 'http://uchardet.googlecode.com/files/uchardet-0.0.1.tar.gz' homepage 'http://code.google.com/p/uchardet/' + url 'http://uchardet.googlecode.com/files/uchardet-0.0.1.tar.gz' sha1 'c81264cca67f3e7c46e284288f8cab7a34b3f386' depends_on 'cmake' => :build