aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/clojure-contrib.rb
diff options
context:
space:
mode:
authorPaul Ingles2010-10-24 16:05:18 +0100
committerAdam Vandenberg2010-10-24 09:04:33 -0700
commit72b0f3c21098c98ce5b231abbeb7943d9ba66ca5 (patch)
treeebb2e3d4cb147c85bc34fb4d8732c7196d80dd71 /Library/Formula/clojure-contrib.rb
parenta73b1d4ec9d969d612d8ef676eb97aa0b5d704e0 (diff)
downloadhomebrew-72b0f3c21098c98ce5b231abbeb7943d9ba66ca5.tar.bz2
Use new clojure git repo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/clojure-contrib.rb')
-rw-r--r--Library/Formula/clojure-contrib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/clojure-contrib.rb b/Library/Formula/clojure-contrib.rb
index b81fb4f69..9eee00a1c 100644
--- a/Library/Formula/clojure-contrib.rb
+++ b/Library/Formula/clojure-contrib.rb
@@ -3,7 +3,7 @@ require 'formula'
class ClojureContrib <Formula
url 'http://github.com/downloads/clojure/clojure-contrib/clojure-contrib-1.2.0.zip'
md5 '83cc86fd2929ca417a9ab9f2a0dedadb'
- head 'git://github.com/richhickey/clojure-contrib.git'
+ head 'git://github.com/clojure/clojure-contrib.git'
homepage 'http://richhickey.github.com/clojure-contrib/branch-1.1.x/index.html'
depends_on 'clojure'