From e26ef9f424c6f76da32f4355e8fb0f301aedbcd9 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 17 May 2014 12:00:53 -0700 Subject: vit: style nits --- Library/Formula/vit.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3