aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBenjamin Weber2014-07-04 21:53:42 +0200
committerJack Nagel2014-07-04 23:17:38 -0500
commite0eb5e9e2b9a20800a9ac5c27e26611e50169f90 (patch)
tree2ac81438892a6f8ddcffffa30b3b76f9126e2e22 /Library/Formula
parentdf396ecbd08a6ac60708a40a750589e4b99639a6 (diff)
downloadhomebrew-e0eb5e9e2b9a20800a9ac5c27e26611e50169f90.tar.bz2
Fix broken Perl::Curses link.
Closes #30662. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vit.rb b/Library/Formula/vit.rb
index 97704eea3..bf83cdfc7 100644
--- a/Library/Formula/vit.rb
+++ b/Library/Formula/vit.rb
@@ -9,7 +9,7 @@ class Vit < Formula
depends_on "task"
resource "Curses" do
- url "http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-1.31.tgz"
+ url "http://cpan.metacpan.org/authors/id/G/GI/GIRAFFED/Curses-1.31.tgz"
sha1 "9a70e8cd3d16c48fa8292608b8a5ca9e69976ded"
end