diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:32:52 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:49:30 -0800 |
commit | 0fdfbb2d236deb6a2d0837d897766e73dfc8669d (patch) | |
tree | e2b43a0d89cb66f3d41c768b1cf27eec8c443188 /gnu | |
parent | 355b6b65bb336746a184e141adcf58a6d32ddc7d (diff) | |
download | guix-0fdfbb2d236deb6a2d0837d897766e73dfc8669d.tar.gz guix-0fdfbb2d236deb6a2d0837d897766e73dfc8669d.zip |
gnu: frrouting: Fix trailing whitespace in description.
* gnu/packages/networking.scm (frrouting)[description]: Fix trailing
whitespace.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 4923ec91e9..00ea66accf 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3488,7 +3488,7 @@ A very simple IM client working over the DHT. (home-page "https://frrouting.org/") (synopsis "IP routing protocol suite") (description "FRRouting (FRR) is an IP routing protocol suite which includes -protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP. ") +protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP.") (license license:gpl2+))) (define-public bird |