mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: btrfs-progs/static: Correct description.
* gnu/packages/linux.scm (btrfs-progs/static)[description]: Use the correct name of the btrfs-progs package and @command{} mark-up.
This commit is contained in:
parent
5595d4c1fd
commit
ff797172b0
1 changed files with 3 additions and 3 deletions
|
@ -2841,9 +2841,9 @@ (define-public btrfs-progs/static
|
|||
(remove-store-references target)
|
||||
(chmod target #o555)))))
|
||||
(home-page (package-home-page btrfs-progs))
|
||||
(synopsis "Statically-linked btrfs command from btrfsprogs")
|
||||
(description "This package provides statically-linked command of btrfs taken
|
||||
from the btrfsprogs package. It is meant to be used in initrds.")
|
||||
(synopsis "Statically-linked btrfs command from btrfs-progs")
|
||||
(description "This package provides the statically-linked @command{btrfs}
|
||||
from the btrfs-progs package. It is meant to be used in initrds.")
|
||||
(license (package-license btrfs-progs))))
|
||||
|
||||
(define-public freefall
|
||||
|
|
Loading…
Reference in a new issue