Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Fix Library/Formula/fop.rb #16088

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Library/Formula/fop.rb
Expand Up @@ -2,7 +2,7 @@


class Fop < Formula class Fop < Formula
homepage "http://xmlgraphics.apache.org/fop/index.html" 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' sha1 '2e81bc0b6d26cba8af7d008cffe6a46955a82a4f'


# Run in headless mode to avoid having it appear on the Dock and stealing UI focus. # Run in headless mode to avoid having it appear on the Dock and stealing UI focus.
Expand Down