summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2023-09-22 01:17:55 +0800
committerMarius Bakke <marius@gnu.org>2023-09-22 01:29:21 +0800
commitfdfafaa48c43b86d45f86ef0c4ed9ea8ff1caaac (patch)
treea19419b0b50ac08a7de7a673d0af7682fa5f7eb2
parent86d1f1236337461b3208e985da1c4006a5260abd (diff)
downloadguix-fdfafaa48c43b86d45f86ef0c4ed9ea8ff1caaac.tar.gz
gnu: python-bwapy: Fix typo.
* gnu/packages/bioinformatics.scm (python-bwapy)[synopsis]: Fix typo.
-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 4fdb5d57eb..dd14bada47 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -19855,7 +19855,7 @@ sequences")
     (inputs
      (list zlib))
     (home-page "https://github.com/ACEnglish/bwapy")
-    (synopsis "Python bindings to bwa alinger")
+    (synopsis "Python bindings to bwa aligner")
     (description "This package provides Python bindings to the bwa mem
 aligner.")
     ;; These Python bindings are licensed under Mozilla Public License 2.0,