Skip to content

Commit 6b3eeb9

Browse files
chdizaJCount
authored andcommitted
xz: Use https for homepage and mirror (Homebrew#13327)
1 parent 1b3b987 commit 6b3eeb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/xz.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# https://github.com/Homebrew/homebrew/pull/21419
33
class Xz < Formula
44
desc "General-purpose data compression with high compression ratio"
5-
homepage "http://tukaani.org/xz/"
5+
homepage "https://tukaani.org/xz/"
66
url "https://fossies.org/linux/misc/xz-5.2.3.tar.gz"
7-
mirror "http://tukaani.org/xz/xz-5.2.3.tar.gz"
7+
mirror "https://tukaani.org/xz/xz-5.2.3.tar.gz"
88
sha256 "71928b357d0a09a12a4b4c5fafca8c31c19b0e7d3b8ebb19622e96f26dbf28cb"
99

1010
bottle do

0 commit comments

Comments
 (0)