diff --git a/gnu/packages/busybox.scm b/gnu/packages/busybox.scm index fef026ae01..d200cd7ad5 100644 --- a/gnu/packages/busybox.scm +++ b/gnu/packages/busybox.scm @@ -98,8 +98,8 @@ (define-public busybox ("zip" ,zip))) (synopsis "Many common UNIX utilities in a single executable") (description "BusyBox combines tiny versions of many common UNIX utilities -into a single small executable. It provides a fairly complete -environment for any small or embedded system.") +into a single small executable. It provides a fairly complete environment for +any small or embedded system.") (home-page "http://www.busybox.net") ;; Some files are gplv2+ (license gpl2)))