aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnuplot.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-05-27 22:32:27 -0700
committerAdam Vandenberg2013-05-27 22:32:40 -0700
commitf3ddf72170c934b5ccf9251b9446aa3a8c3d5356 (patch)
tree19c95bdd9ddf158a81d5a09504b350aa13fb750d /Library/Formula/gnuplot.rb
parent577cb5a2b2631439609c3c815db82f3d201a077b (diff)
downloadhomebrew-f3ddf72170c934b5ccf9251b9446aa3a8c3d5356.tar.bz2
Remove redundant :using
Diffstat (limited to 'Library/Formula/gnuplot.rb')
-rw-r--r--Library/Formula/gnuplot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb
index 27cdf906e..ef6028647 100644
--- a/Library/Formula/gnuplot.rb
+++ b/Library/Formula/gnuplot.rb
@@ -5,7 +5,7 @@ class Gnuplot < Formula
url 'http://downloads.sourceforge.net/project/gnuplot/gnuplot/4.6.3/gnuplot-4.6.3.tar.gz'
sha256 'df5ffafa25fb32b3ecc0206a520f6bca8680e6dcc961efd30df34c0a1b7ea7f5'
- head 'cvs://:pserver:anonymous@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot', :using => :cvs
+ head 'cvs://:pserver:anonymous@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot'
option 'pdf', 'Build the PDF terminal using pdflib-lite'
option 'wx', 'Build the wxWidgets terminal using pango'