mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
libxml2: update project URL
It seems old website has been retired. Signed-off-by: Yanase Yuki <dev@zpc.st> Link: https://github.com/openwrt/openwrt/pull/21279 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
c8756e825f
commit
c965e82328
1 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ define Package/libxml2
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=Gnome XML library
|
||||
URL:=http://xmlsoft.org/
|
||||
URL:=https://gitlab.gnome.org/GNOME/libxml2
|
||||
DEPENDS:=+libpthread +zlib $(ICONV_DEPENDS)
|
||||
ABI_VERSION:=16
|
||||
endef
|
||||
|
|
@ -36,7 +36,7 @@ define Package/libxml2-dev
|
|||
CATEGORY:=Development
|
||||
SUBMENU:=Libraries
|
||||
TITLE:=Development files for libxml2
|
||||
URL:=http://xmlsoft.org/
|
||||
URL:=https://gitlab.gnome.org/GNOME/libxml2
|
||||
DEPENDS:=+libxml2
|
||||
endef
|
||||
|
||||
|
|
@ -50,7 +50,7 @@ define Package/libxml2-utils
|
|||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=XML command line utilities (xmllint...)
|
||||
URL:=http://xmlsoft.org/
|
||||
URL:=https://gitlab.gnome.org/GNOME/libxml2
|
||||
DEPENDS:=+libxml2
|
||||
endef
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue