guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: raptor2: Use HTTPS home page and source URI.


From: guix-commits
Subject: branch master updated: gnu: raptor2: Use HTTPS home page and source URI.
Date: Sat, 10 Apr 2021 08:45:20 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f91e104  gnu: raptor2: Use HTTPS home page and source URI.
f91e104 is described below

commit f91e1046c4050c0947429b9141c80024c261d7b5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Apr 10 14:42:03 2021 +0200

    gnu: raptor2: Use HTTPS home page and source URI.
    
    * gnu/packages/rdf.scm (raptor2)[home-page]: Use HTTPS URI.
    [source]: Use HTTPS URI.
---
 gnu/packages/rdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 0841c1f..0baed8f 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -61,7 +61,7 @@
     (version "2.0.15")
     (source (origin
              (method url-fetch)
-             (uri (string-append "http://download.librdf.org/source/"; name
+             (uri (string-append "https://download.librdf.org/source/"; name
                                  "-" version ".tar.gz"))
              (patches
               (search-patches "raptor2-heap-overflow.patch"))
@@ -76,7 +76,7 @@
        ("zlib" ,zlib)))
     (arguments
      `(#:parallel-tests? #f))
-    (home-page "http://librdf.org/raptor/";)
+    (home-page "https://librdf.org/raptor/";)
     (synopsis "RDF syntax library")
     (description "Raptor is a C library providing a set of parsers and
 serialisers that generate Resource Description Framework (RDF) triples



reply via email to

[Prev in Thread] Current Thread [Next in Thread]