diff options
author | Efraim Flashner | 2021-10-29 15:03:35 +0300 |
---|---|---|
committer | Efraim Flashner | 2021-10-29 15:03:35 +0300 |
commit | d6a52e209b7f5eb9882a7ed6ebbc2cbeaee72126 (patch) | |
tree | fac7540ce27b099315afb5a729b9d248393461fe /gn/packages/node.scm | |
parent | e698b098503790688b71e26fa46875538e2d08c8 (diff) | |
download | guix-bioinformatics-d6a52e209b7f5eb9882a7ed6ebbc2cbeaee72126.tar.gz |
gn: fix texinfo markup
Diffstat (limited to 'gn/packages/node.scm')
-rw-r--r-- | gn/packages/node.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/node.scm b/gn/packages/node.scm index 7559e0b..9151cf1 100644 --- a/gn/packages/node.scm +++ b/gn/packages/node.scm @@ -1648,7 +1648,7 @@ from C are supported as well as some other extensions from Ruby.") ;("node-winston-compat" ,node-winston-compat) )) (home-page "https://github.com/winstonjs/winston-transport") - (synopsis "Base stream implementations for winston@3 and up") + (synopsis "Base stream implementations for winston@@3 and up") (description "The base TransportStream implementation for winston >= 3. Use these to write ecosystem Transports for winston.") (license license:expat))) |