Skip to content

Commit

Permalink
svg2pdf: use secure urls (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats authored and apjanke committed May 6, 2016
1 parent 5484f6e commit a1cd693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/svg2pdf.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Svg2pdf < Formula
desc "Renders SVG images to a PDF file (using Cairo)"
homepage "http://cairographics.org/"
url "http://cairographics.org/snapshots/svg2pdf-0.1.3.tar.gz"
homepage "https://cairographics.org/"
url "https://cairographics.org/snapshots/svg2pdf-0.1.3.tar.gz"
sha256 "854a870722a9d7f6262881e304a0b5e08a1c61cecb16c23a8a2f42f2b6a9406b"

bottle do
Expand Down

0 comments on commit a1cd693

Please sign in to comment.