[openwrt/openwrt] lldpd: update URL

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 17 03:36:45 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/3d3dad61b2e06c07324088a6ef4e30c0f706f5e8

commit 3d3dad61b2e06c07324088a6ef4e30c0f706f5e8
Author: Paul Donald <newtwen at gmail.com>
AuthorDate: Tue Mar 12 00:31:15 2024 +0100

    lldpd: update URL
    
    update Makefile URL
    
    Signed-off-by: Paul Donald <newtwen at gmail.com>
    (cherry picked from commit f753d3152f81bd037e9b7abb1b8c5bf9fe54596b)
    Link: https://github.com/openwrt/openwrt/pull/15299
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/network/services/lldpd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile
index ffe2a8d015..18cdda33ce 100644
--- a/package/network/services/lldpd/Makefile
+++ b/package/network/services/lldpd/Makefile
@@ -31,7 +31,7 @@ define Package/lldpd
   CATEGORY:=Network
   SUBMENU:=Routing and Redirection
   TITLE:=Link Layer Discovery Protocol daemon
-  URL:=https://vincentbernat.github.io/lldpd/
+  URL:=https://lldpd.github.io/
   DEPENDS:=+libcap +libevent2 +USE_GLIBC:libbsd +LLDPD_WITH_JSON:libjson-c +LLDPD_WITH_SNMP:libnetsnmp
   USERID:=lldp=121:lldp=129
   MENU:=1




More information about the lede-commits mailing list