nckx pushed a commit to branch master
in repository guix.

commit c61bfa08ed226e4ff52f3daac590290ebded7d40
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 18 22:36:01 2020 +0100

    gnu: xerces-c: Use HTTPS home page.
    
    * gnu/packages/xml.scm (xerces-c)[home-page]: Use HTTPS.
---
 gnu/packages/xml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 704839e..76fb3ea 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1311,7 +1311,7 @@ spreadsheet.")
            '(#:configure-flags '("--disable-sse2")))))
     (native-inputs
      `(("perl" ,perl)))
-    (home-page "http://xerces.apache.org/xerces-c/";)
+    (home-page "https://xerces.apache.org/xerces-c/";)
     (synopsis "Validating XML parser library for C++")
     (description "Xerces-C++ is a validating XML parser written in a portable
 subset of C++.  Xerces-C++ makes it easy to give your application the ability

Reply via email to