gnu: Use HTTPS for www.boost.org.

* gnu/packages/bioinformatics.scm (libgff)[license]: Use HTTPS.
* gnu/packages/boost.scm (boost-sync)[license]: Likewise.
(boost)[license]: Likewise.
[home-page]: Likewise, and use canonical ‘www’ subdomain.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-01 06:50:34 +02:00
parent 9eecf9bc13
commit a2cfe19041
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
2 changed files with 4 additions and 4 deletions

View file

@ -11738,7 +11738,7 @@ (define-public libgff
code that is used in the Cufflinks codebase. The goal of this library is to code that is used in the Cufflinks codebase. The goal of this library is to
provide this functionality without the necessity of drawing in a heavy-weight provide this functionality without the necessity of drawing in a heavy-weight
dependency like SeqAn.") dependency like SeqAn.")
(license (license:x11-style "http://www.boost.org/LICENSE_1_0.txt")))) (license (license:x11-style "https://www.boost.org/LICENSE_1_0.txt"))))
(define-public libdivsufsort (define-public libdivsufsort
(package (package

View file

@ -106,12 +106,12 @@ (define-public boost
(lambda* (#:key outputs make-flags #:allow-other-keys) (lambda* (#:key outputs make-flags #:allow-other-keys)
(zero? (apply system* "./b2" "install" make-flags))))))) (zero? (apply system* "./b2" "install" make-flags)))))))
(home-page "http://boost.org") (home-page "https://www.boost.org")
(synopsis "Peer-reviewed portable C++ source libraries") (synopsis "Peer-reviewed portable C++ source libraries")
(description (description
"A collection of libraries intended to be widely useful, and usable "A collection of libraries intended to be widely useful, and usable
across a broad spectrum of applications.") across a broad spectrum of applications.")
(license (license:x11-style "http://www.boost.org/LICENSE_1_0.txt" (license (license:x11-style "https://www.boost.org/LICENSE_1_0.txt"
"Some components have other similar licences.")))) "Some components have other similar licences."))))
(define-public boost-1.66 (define-public boost-1.66
@ -158,7 +158,7 @@ (define-public boost-sync
(description "The Boost.Sync library provides mutexes, semaphores, locks (description "The Boost.Sync library provides mutexes, semaphores, locks
and events and other thread related facilities. Boost.Sync originated from and events and other thread related facilities. Boost.Sync originated from
Boost.Thread.") Boost.Thread.")
(license (license:x11-style "http://www.boost.org/LICENSE_1_0.txt"))))) (license (license:x11-style "https://www.boost.org/LICENSE_1_0.txt")))))
(define-public mdds (define-public mdds
(package (package