diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2022-11-02 14:57:07 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2022-11-03 15:43:18 -0700 |
commit | 75b538daf46a8c983c9193166d86e7e8ea84b69d (patch) | |
tree | 56e7556acf4d49fc9321bde8377c5692d38c200a /gnu/packages/networking.scm | |
parent | bbac6c52480dc8572b74eb6235bdf55c1cf9842b (diff) | |
download | guix-75b538daf46a8c983c9193166d86e7e8ea84b69d.tar.gz |
gnu: Fix various synopsis and description issues.
* gnu/packages/admin.scm (greetd-pam-mount)[synopsis]: Base synopsis on pam-mount synopsis. [description]: Use two spaces consistently. (greetd)[synopsis]: Begin sentence with upper-case. * gnu/packages/xdisorg.scm (wlsunset)[description]: Fix spelling and case of wlsunsest. * gnu/packages/mail.scm (libpst): Add synopsis. * gnu/packages/networking.scm (librecast)[synopsis]: Update synopsis. (lcrq)[description]: Use two spaces after sentences.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 8b5b0c9f2a..3a0a83837a 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -273,7 +273,7 @@ protocols.") (description "C library implementation of RaptorQ Forward Error Correction for Librecast. RFC6330 (IETF) describes the RaptorQ proposed standard, which LCRQ -more-or-less follows. The primary focus has been on building a fast, simple +more-or-less follows. The primary focus has been on building a fast, simple and dependency-free FEC implementation for use with Librecast, and not on strict standards compliance. The code does, however, fairly closely follow the RFC.") @@ -524,7 +524,7 @@ GLib-based library, libnice, as well as GStreamer elements to use it.") (delete-file "./test/0000-0039.c") (delete-file "./test/0000-0040.c")))))) (inputs (list libsodium lcrq)) - (synopsis "librecast IPv6 multicast library") + (synopsis "IPv6 multicast library") (description "Librecast is a C library which supports IPv6 multicast networking.") (home-page "https://librecast.net/librecast.html") |