mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: busybox - whitespace changes only.
* gnu/packages/busybox.scm: Adjust formatting of description field.
This commit is contained in:
parent
93882f0eda
commit
24753e6947
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ (define-public busybox
|
||||||
("zip" ,zip)))
|
("zip" ,zip)))
|
||||||
(synopsis "Many common UNIX utilities in a single executable")
|
(synopsis "Many common UNIX utilities in a single executable")
|
||||||
(description "BusyBox combines tiny versions of many common UNIX utilities
|
(description "BusyBox combines tiny versions of many common UNIX utilities
|
||||||
into a single small executable. It provides a fairly complete
|
into a single small executable. It provides a fairly complete environment for
|
||||||
environment for any small or embedded system.")
|
any small or embedded system.")
|
||||||
(home-page "http://www.busybox.net")
|
(home-page "http://www.busybox.net")
|
||||||
;; Some files are gplv2+
|
;; Some files are gplv2+
|
||||||
(license gpl2)))
|
(license gpl2)))
|
||||||
|
|
Loading…
Reference in a new issue