nckx pushed a commit to branch master
in repository guix.
commit fadc55330d072322d7fb1a0d59afe20330e94d03
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Mon Apr 2 17:22:01 2018 +0200
gnu: iptables: Remove trailing newline from description.
...introduced in be5dc5fb18a4b72977748c5f077062be4e8accbc.
* gnu/packages/linux.scm (iptables)[description]: Remove trailing newline.
---
gnu/packages/linux.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b6333af..f49171f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1146,8 +1146,7 @@ configure the Linux 2.4.x and later IPv4 packet filtering
ruleset
This package also includes @command{ip6tables}, which is used to configure the
IPv6 packet filter.
-Both commands are targeted at system administrators.
-")
+Both commands are targeted at system administrators.")
(license license:gpl2+)))
(define-public ebtables