aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorsamuel tonini2012-11-15 10:15:53 +0100
committerJack Nagel2012-11-15 12:11:24 -0600
commitcb7d030ac5642a004094f64049d7eff203030c25 (patch)
tree18ae98e88ab4210503f07a5473df19a306036869 /Library/Formula
parente54a84ae824b4e247cc4498403dd8fe1d20a928d (diff)
downloadhomebrew-cb7d030ac5642a004094f64049d7eff203030c25.tar.bz2
fop: fix URL
Closes #16088. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fop.rb b/Library/Formula/fop.rb
index c32a353f6..6a6ac13f0 100644
--- a/Library/Formula/fop.rb
+++ b/Library/Formula/fop.rb
@@ -2,7 +2,7 @@ require 'formula'
class Fop < Formula
homepage "http://xmlgraphics.apache.org/fop/index.html"
- url "http://www.apache.org/dyn/closer.cgi?path=/xmlgraphics-org/fop/binaries/fop-1.0-bin.tar.gz"
+ url "http://www.apache.org/dyn/closer.cgi?path=/xmlgraphics/fop/binaries/fop-1.0-bin.tar.gz"
sha1 '2e81bc0b6d26cba8af7d008cffe6a46955a82a4f'
# Run in headless mode to avoid having it appear on the Dock and stealing UI focus.