diff options
| author | Jack Nagel | 2011-09-13 23:39:29 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2011-09-13 23:39:29 -0500 | 
| commit | 359dba88c8740a52d7bd61c840657bfc5b2d1e23 (patch) | |
| tree | 765334e8a5b99edf01e7e222580958087baadb8d | |
| parent | ec0bc2196b5e2c9c30e1b8d5750031936ae10eaf (diff) | |
| download | homebrew-359dba88c8740a52d7bd61c840657bfc5b2d1e23.tar.bz2 | |
plotutils: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/plotutils.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/plotutils.rb b/Library/Formula/plotutils.rb index 57b7b2127..5ae4df476 100644 --- a/Library/Formula/plotutils.rb +++ b/Library/Formula/plotutils.rb @@ -1,7 +1,7 @@  require 'formula'  class Plotutils < Formula -  url 'ftp://mirrors.kernel.org/gnu/plotutils/plotutils-2.6.tar.gz' +  url 'http://ftpmirror.gnu.org/plotutils/plotutils-2.6.tar.gz'    homepage 'http://www.gnu.org/software/plotutils/'    md5 'c08a424bd2438c80a786a7f4b5bb6a40' | 
