aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vit.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2014-05-17 12:00:53 -0700
committerAdam Vandenberg2014-05-17 12:00:53 -0700
commite26ef9f424c6f76da32f4355e8fb0f301aedbcd9 (patch)
tree0bfe65d76fee695da4398ebd3b7c68764463d5d4 /Library/Formula/vit.rb
parent40cad9698cb240643c36c86f5b3f35a6b3a77071 (diff)
downloadhomebrew-e26ef9f424c6f76da32f4355e8fb0f301aedbcd9.tar.bz2
vit: style nits
Diffstat (limited to 'Library/Formula/vit.rb')
-rw-r--r--Library/Formula/vit.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/vit.rb b/Library/Formula/vit.rb
index 7f2588e1f..97704eea3 100644
--- a/Library/Formula/vit.rb
+++ b/Library/Formula/vit.rb
@@ -2,9 +2,9 @@ require "formula"
class Vit < Formula
homepage "http://taskwarrior.org/news/news.20140406.html"
+ head "https://git.tasktools.org/scm/ex/vit.git"
url "http://taskwarrior.org/download/vit-1.2.tar.gz"
sha1 "46ed3f9ff81112a2e28675720616568098a69cfa"
- head "https://git.tasktools.org/scm/ex/vit.git"
depends_on "task"
@@ -30,6 +30,5 @@ class Vit < Formula
man5.install "vitrc.5"
etc.install "commands" => "vit-commands"
bin.env_script_all_files(libexec+"bin", :PERL5LIB => ENV["PERL5LIB"])
-
end
end