From 663e529eed7720585177e93f87ba8f859c74a9ce Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Thu, 3 Jun 2021 16:58:23 +0200 Subject: [PATCH] Update URL in pc file --- expat/expat.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/expat.pc.in b/expat/expat.pc.in index b6834a69..3cd2e765 100644 --- a/expat/expat.pc.in +++ b/expat/expat.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: @_EXPAT_LIBRARY_NAME@ Version: @PACKAGE_VERSION@ Description: expat XML parser -URL: http://www.libexpat.org +URL: https://libexpat.github.io/ Libs: -L${libdir} -l@_EXPAT_LIBRARY_NAME@ Cflags: -I${includedir}