me
/
guix
Archived
1
0
Fork 0

gnu: Use HTTPS for docbook.org.

* gnu/packages/docbook.scm (docbook-xml)[home-page, source]: Use HTTPS.
(docbook-xml-4.4, docbook-xml-4.3, docbook-xml-4.2, docbook-xml-4.1.2)
[source]: Likewise.
(docbook-xsl)[home-page]: Likewise.
master
Tobias Geerinckx-Rice 2020-01-18 12:38:35 +01:00
parent c2c73f583d
commit e671121250
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 7 additions and 7 deletions

View File

@ -40,7 +40,7 @@
(version "4.5") (version "4.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.docbook.org/xml/" version (uri (string-append "https://www.docbook.org/xml/" version
"/docbook-xml-" version ".zip")) "/docbook-xml-" version ".zip"))
(sha256 (sha256
(base32 (base32
@ -66,7 +66,7 @@
#t)) #t))
#:modules ((guix build utils)))) #:modules ((guix build utils))))
(native-inputs `(("unzip" ,unzip))) (native-inputs `(("unzip" ,unzip)))
(home-page "http://docbook.org") (home-page "https://docbook.org")
(synopsis "DocBook XML DTDs for document authoring") (synopsis "DocBook XML DTDs for document authoring")
(description (description
"DocBook is general purpose XML and SGML document type particularly well "DocBook is general purpose XML and SGML document type particularly well
@ -79,7 +79,7 @@ by no means limited to these applications.) This package provides XML DTDs.")
(version "4.4") (version "4.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.docbook.org/xml/" version (uri (string-append "https://www.docbook.org/xml/" version
"/docbook-xml-" version ".zip")) "/docbook-xml-" version ".zip"))
(sha256 (sha256
(base32 (base32
@ -90,7 +90,7 @@ by no means limited to these applications.) This package provides XML DTDs.")
(version "4.3") (version "4.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.docbook.org/xml/" version (uri (string-append "https://www.docbook.org/xml/" version
"/docbook-xml-" version ".zip")) "/docbook-xml-" version ".zip"))
(sha256 (sha256
(base32 (base32
@ -101,7 +101,7 @@ by no means limited to these applications.) This package provides XML DTDs.")
(version "4.2") (version "4.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.docbook.org/xml/" version (uri (string-append "https://www.docbook.org/xml/" version
"/docbook-xml-" version ".zip")) "/docbook-xml-" version ".zip"))
(sha256 (sha256
(base32 (base32
@ -112,7 +112,7 @@ by no means limited to these applications.) This package provides XML DTDs.")
(version "4.1.2") (version "4.1.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.docbook.org/xml/" version (uri (string-append "https://www.docbook.org/xml/" version
"/docbkx412.zip")) "/docbkx412.zip"))
(sha256 (sha256
(base32 (base32
@ -174,7 +174,7 @@ by no means limited to these applications.) This package provides XML DTDs.")
(native-inputs `(("bzip2" ,bzip2) (native-inputs `(("bzip2" ,bzip2)
("xz" ,xz) ;needed for repacked tarballs ("xz" ,xz) ;needed for repacked tarballs
("tar" ,tar))) ("tar" ,tar)))
(home-page "http://docbook.org") (home-page "https://docbook.org")
(synopsis "DocBook XSL style sheets for document authoring") (synopsis "DocBook XSL style sheets for document authoring")
(description (description
"This package provides XSL style sheets for DocBook.") "This package provides XSL style sheets for DocBook.")