mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: poke: Update metadata.
* gnu/packages/engineering.scm (poke)[home-page]: Use GNU home-page. [synopsis]: Use upstream synopsis. [description]: Reflow.
This commit is contained in:
parent
cf32c21ecd
commit
e050ddad0b
1 changed files with 6 additions and 6 deletions
|
@ -2807,12 +2807,12 @@ (define-public poke
|
|||
;; To build the GUI, add the `--enable-gui' configure flag.
|
||||
;; To enable the "hyperlink server", add the `--enable-hserver' flag.
|
||||
`(#:configure-flags '("--enable-mi")))
|
||||
(home-page "http://jemarch.net/poke.html")
|
||||
(synopsis "Interactive, extensible editor for binary data")
|
||||
(description "GNU poke is an interactive, extensible editor for binary
|
||||
data. Not limited to editing basic entities such as bits and bytes, it
|
||||
provides a full-fledged procedural, interactive programming language designed
|
||||
to describe data structures and to operate on them.")
|
||||
(home-page "https://www.gnu.org/software/poke/#documentation")
|
||||
(synopsis "Editing of arbitrary binary data")
|
||||
(description "GNU poke is an interactive, extensible editor for binary data.
|
||||
Not limited to editing basic entities such as bits and bytes, it provides a
|
||||
full-fledged procedural, interactive programming language designed to describe
|
||||
data structures and to operate on them.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public pcb2gcode
|
||||
|
|
Loading…
Reference in a new issue