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 build the GUI, add the `--enable-gui' configure flag.
|
||||||
;; To enable the "hyperlink server", add the `--enable-hserver' flag.
|
;; To enable the "hyperlink server", add the `--enable-hserver' flag.
|
||||||
`(#:configure-flags '("--enable-mi")))
|
`(#:configure-flags '("--enable-mi")))
|
||||||
(home-page "http://jemarch.net/poke.html")
|
(home-page "https://www.gnu.org/software/poke/#documentation")
|
||||||
(synopsis "Interactive, extensible editor for binary data")
|
(synopsis "Editing of arbitrary binary data")
|
||||||
(description "GNU poke is an interactive, extensible editor for binary
|
(description "GNU poke is an interactive, extensible editor for binary data.
|
||||||
data. Not limited to editing basic entities such as bits and bytes, it
|
Not limited to editing basic entities such as bits and bytes, it provides a
|
||||||
provides a full-fledged procedural, interactive programming language designed
|
full-fledged procedural, interactive programming language designed to describe
|
||||||
to describe data structures and to operate on them.")
|
data structures and to operate on them.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public pcb2gcode
|
(define-public pcb2gcode
|
||||||
|
|
Loading…
Reference in a new issue