summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2023-12-18 09:51:35 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-18 22:17:25 -0800
commit7a7f975f6bf0d03c06b8876f3ba6367c034a88ed (patch)
treecfaa03748b086b246c597293a31772ec2941857d
parent3f844d4136cf5033dfb9b20012dc218d3610e658 (diff)
downloadmeta-openembedded-7a7f975f6bf0d03c06b8876f3ba6367c034a88ed.tar.gz
mdns: Fix HOMEPAGE URL
The Apple Bonjour homepage has moved. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb2
1 files changed, 1 insertions, 1 deletions
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 af2b337172..6c70fdf430 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 @@
1SUMMARY = "Publishes & browses available services on a link according to the Zeroconf / Bonjour protocol" 1SUMMARY = "Publishes & browses available services on a link according to the Zeroconf / Bonjour protocol"
2DESCRIPTION = "Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks." 2DESCRIPTION = "Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks."
3HOMEPAGE = "http://developer.apple.com/networking/bonjour/" 3HOMEPAGE = "https://developer.apple.com/bonjour/"
4LICENSE = "Apache-2.0 & BSD-3-Clause" 4LICENSE = "Apache-2.0 & BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=31c50371921e0fb731003bbc665f29bf" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=31c50371921e0fb731003bbc665f29bf"
6 6