aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlexis Hildebrandt2009-12-28 22:40:02 +0100
committerMax Howell2010-01-24 12:27:39 +0000
commitf0fe338bc4351fed95fecc281dc24667df04d16b (patch)
tree40d0b62239f1cf3f187a2ed7dc800da24caafa02 /Library/Formula
parentb9449cf94adf80c4c666a6cc1e39aba4e07bf9f3 (diff)
downloadhomebrew-f0fe338bc4351fed95fecc281dc24667df04d16b.tar.bz2
Update Formula: dvtm
Correct git clone url
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dvtm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dvtm.rb b/Library/Formula/dvtm.rb
index e314ecf9c..06238bf8b 100644
--- a/Library/Formula/dvtm.rb
+++ b/Library/Formula/dvtm.rb
@@ -4,7 +4,7 @@ class Dvtm <Formula
url 'http://www.brain-dump.org/projects/dvtm/dvtm-0.5.2.tar.gz'
homepage 'http://www.brain-dump.org/projects/dvtm/'
md5 '7872b9e61705a4e9952655b3b88e4add'
- head 'git clone git://repo.or.cz/dvtm.git'
+ head 'git://repo.or.cz/dvtm.git'
def install
inreplace 'config.mk', 'LIBS = -lc -lutil -lncursesw', 'LIBS = -lc -lutil -lncurses'