aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJeronim Morina2014-10-02 12:04:51 +0200
committerMike McQuaid2014-10-02 11:02:30 -0700
commite59128659a64d2422057d6fddef6eccbc6f10a7d (patch)
treee529b3b8600c7a777fc6162066e91e7b188c652d /Library
parentba2039d0eaf5020fa48a88300399d0c918441efc (diff)
downloadhomebrew-e59128659a64d2422057d6fddef6eccbc6f10a7d.tar.bz2
task: fix HEAD.
Old head was not pointing to a valid destination. Corrected it according to http://taskwarrior.org/download/#git Closes #32868. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/task.rb b/Library/Formula/task.rb
index c2917fd3e..8ff6d0116 100644
--- a/Library/Formula/task.rb
+++ b/Library/Formula/task.rb
@@ -4,7 +4,7 @@ class Task < Formula
homepage 'http://www.taskwarrior.org/'
url 'http://www.taskwarrior.org/download/task-2.3.0.tar.gz'
sha1 'b5390a1c1232bcb727f5a595ac1141184810d09d'
- head 'git://tasktools.org/task.git', :branch => '2.4.0', :shallow => false
+ head 'https://git.tasktools.org/scm/tm/task.git', :branch => '2.4.0', :shallow => false
depends_on "cmake" => :build
depends_on "gnutls" => :optional