Skip to content

Commit b024e86

Browse files
committed
libplist: Fix homepage URL (naked domain)
The "www" subdomain uses an invalid TLS certificate and, if ignored, redirects to the "fashionemotions.com" (HTTPS) domain. The project repository itself also specifies the official website is "https://libimobiledevice.org", so the domain changed to a "naked" domain. Signed-off-by: Sven <[email protected]>
1 parent 047e956 commit b024e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/lib/libplist.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Libplist < Formula
22
desc "Library for Apple Binary- and XML-Property Lists"
3-
homepage "https://www.libimobiledevice.org/"
3+
homepage "https://libimobiledevice.org/"
44
url "https://github.com/libimobiledevice/libplist/releases/download/2.6.0/libplist-2.6.0.tar.bz2"
55
sha256 "67be9ee3169366589c92dc7c22809b90f51911dd9de22520c39c9a64fb047c9c"
66
license "LGPL-2.1-or-later"

0 commit comments

Comments
 (0)