mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: racket: Remove article from the beginning of the synopsis.
* gnu/packages/racket.scm (racket)[synopsis]: Remove article from the beginning.
This commit is contained in:
parent
6de284e832
commit
c47a45ca7e
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ (define dest (string-append pkgs-dir "/" pkg))
|
|||
(delete 'install))
|
||||
;; we still don't have these:
|
||||
#:tests? #f))
|
||||
(synopsis "A programmable programming language in the Scheme family")
|
||||
(synopsis "Programmable programming language in the Scheme family")
|
||||
(description
|
||||
"Racket is a general-purpose programming language in the Scheme family,
|
||||
with a large set of libraries and a compiler based on Chez Scheme. Racket is
|
||||
|
|
Loading…
Reference in a new issue