From 0fdfbb2d236deb6a2d0837d897766e73dfc8669d Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 29 Dec 2021 22:32:52 -0800 Subject: [PATCH] gnu: frrouting: Fix trailing whitespace in description. * gnu/packages/networking.scm (frrouting)[description]: Fix trailing whitespace. --- gnu/packages/networking.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (define-public frrouting (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