summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-01 06:50:34 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-01 06:51:15 +0200
commita2cfe190411724eaf0c38777018367724c9007a5 (patch)
tree4b634d6f83bbf19ec59412e3789e5a416a0bc72c /gnu/packages/bioinformatics.scm
parent9eecf9bc13bd3746ce5a073c59920110c6cf3dd7 (diff)
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.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 019c46adbd..98149f2674 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11738,7 +11738,7 @@ accurate as existing quantification tools.")
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
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
(package