gnu: raptor2: Use HTTPS home page and source URI.
* gnu/packages/rdf.scm (raptor2)[home-page]: Use HTTPS URI. [source]: Use HTTPS URI.
This commit is contained in:
parent
e1f223c579
commit
f91e1046c4
@ -61,7 +61,7 @@
|
|||||||
(version "2.0.15")
|
(version "2.0.15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.librdf.org/source/" name
|
(uri (string-append "https://download.librdf.org/source/" name
|
||||||
"-" version ".tar.gz"))
|
"-" version ".tar.gz"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "raptor2-heap-overflow.patch"))
|
(search-patches "raptor2-heap-overflow.patch"))
|
||||||
@ -76,7 +76,7 @@
|
|||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-tests? #f))
|
`(#:parallel-tests? #f))
|
||||||
(home-page "http://librdf.org/raptor/")
|
(home-page "https://librdf.org/raptor/")
|
||||||
(synopsis "RDF syntax library")
|
(synopsis "RDF syntax library")
|
||||||
(description "Raptor is a C library providing a set of parsers and
|
(description "Raptor is a C library providing a set of parsers and
|
||||||
serialisers that generate Resource Description Framework (RDF) triples
|
serialisers that generate Resource Description Framework (RDF) triples
|
||||||
|
Loading…
Reference in New Issue
Block a user