diff options
author | John Darrington <jmd@gnu.org> | 2014-11-18 18:22:06 +0100 |
---|---|---|
committer | John Darrington <jmd@gnu.org> | 2014-11-19 07:08:34 +0100 |
commit | 24753e69474fe79fc63e789cc139b1cf4cbe39e5 (patch) | |
tree | cf634c6d4a95007ae9ef21aa312a9af34bea2943 | |
parent | 93882f0edaf69d3ae04cdc9f0100e97248f99b91 (diff) | |
download | guix-24753e69474fe79fc63e789cc139b1cf4cbe39e5.tar guix-24753e69474fe79fc63e789cc139b1cf4cbe39e5.tar.gz |
gnu: busybox - whitespace changes only.
* gnu/packages/busybox.scm: Adjust formatting of description field.
-rw-r--r-- | gnu/packages/busybox.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ ("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))) |