diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:10 +0200 |
commit | 6f80e25f357abc59d79e83a62d7c703ab487758d (patch) | |
tree | 25bc33bc7929cf1796c5f7e2ef6cfe551e387849 | |
parent | a1ae54b10bfd19722a37f10c2aa729a4df36367f (diff) |
gnu: blasr-libcpp, blasr: Use Web Archived home pages.
* gnu/packages/bioinformatics.scm (blasr-libcpp, blasr)[home-page]:
Refer to Web Archive.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 341731d066..851be23deb 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1254,7 +1254,9 @@ libblasr_gtest_dep = cpp.find_library('gtest_main', dirs : '~a')\n" (list boost hdf5 htslib pbbam zlib)) (native-inputs (list googletest pkg-config)) - (home-page "https://github.com/PacificBiosciences/blasr_libcpp") + (home-page + (string-append "https://web.archive.org/web/20201106122415/" + "https://github.com/PacificBiosciences/blasr_libcpp")) (synopsis "Library for analyzing PacBio genomic sequences") (description "This package provides three libraries used by applications for analyzing @@ -1296,7 +1298,8 @@ cpp.find_library('hdf5_cpp', dirs : '~a'), " (list boost blasr-libcpp hdf5 pbbam zlib)) (native-inputs (list pkg-config)) - (home-page "https://github.com/PacificBiosciences/blasr") + (home-page (string-append "https://web.archive.org/web/20210813124135/" + "https://github.com/PacificBiosciences/blasr")) (synopsis "PacBio long read aligner") (description "Blasr is a genomic sequence aligner for processing PacBio long reads.") |