From b024e86dc99dc909477079d21ffd6918c670c75d Mon Sep 17 00:00:00 2001 From: Sven Date: Sat, 1 Feb 2025 12:26:44 +0100 Subject: [PATCH] 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 --- Formula/lib/libplist.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/lib/libplist.rb b/Formula/lib/libplist.rb index 185d054004c6..82359cc68a4b 100644 --- a/Formula/lib/libplist.rb +++ b/Formula/lib/libplist.rb @@ -1,6 +1,6 @@ class Libplist < Formula desc "Library for Apple Binary- and XML-Property Lists" - homepage "https://www.libimobiledevice.org/" + homepage "https://libimobiledevice.org/" url "https://github.com/libimobiledevice/libplist/releases/download/2.6.0/libplist-2.6.0.tar.bz2" sha256 "67be9ee3169366589c92dc7c22809b90f51911dd9de22520c39c9a64fb047c9c" license "LGPL-2.1-or-later"