aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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'