mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: bbmap: Use HTTPS home page URI.
* gnu/packages/bioinformatics.scm (bbmap)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
10857feaeb
commit
f41f882272
1 changed files with 1 additions and 1 deletions
|
@ -14684,7 +14684,7 @@ (define-public bbmap
|
|||
("java-eclipse-jdt-core" ,java-eclipse-jdt-core)
|
||||
("java-eclipse-jdt-compiler-apt" ,java-eclipse-jdt-compiler-apt)
|
||||
("java-openmpi" ,java-openmpi)))
|
||||
(home-page "http://sourceforge.net/projects/bbmap/")
|
||||
(home-page "https://sourceforge.net/projects/bbmap/")
|
||||
(synopsis "Aligner and other tools for short sequencing reads")
|
||||
(description
|
||||
"This package provides bioinformatic tools to align, deduplicate,
|
||||
|
|
Loading…
Reference in a new issue