diff mbox series

[meta-oe] mdns: Fix HOMEPAGE URL

Message ID 20231218095137.8814-1-alex.kiernan@gmail.com
State Accepted
Headers show
Series [meta-oe] mdns: Fix HOMEPAGE URL | expand

Commit Message

Alex Kiernan Dec. 18, 2023, 9:51 a.m. UTC
The Apple Bonjour homepage has moved.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---

 meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Khem Raj Dec. 19, 2023, 6:28 a.m. UTC | #1
On Mon, 18 Dec 2023 09:51:35 +0000, Alex Kiernan wrote:
> The Apple Bonjour homepage has moved.
> 
> 

Applied, thanks!

[1/1] mdns: Fix HOMEPAGE URL
      commit: 7a7f975f6bf0d03c06b8876f3ba6367c034a88ed

Best regards,
diff mbox series

Patch

diff --git a/meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb b/meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb
index af2b337172a1..6c70fdf430a3 100644
--- a/meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb
+++ b/meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb
@@ -1,6 +1,6 @@ 
 SUMMARY = "Publishes & browses available services on a link according to the Zeroconf / Bonjour protocol"
 DESCRIPTION = "Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks."
-HOMEPAGE = "http://developer.apple.com/networking/bonjour/"
+HOMEPAGE = "https://developer.apple.com/bonjour/"
 LICENSE = "Apache-2.0 & BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=31c50371921e0fb731003bbc665f29bf"