gnu: lean: Trim synopsis.
* gnu/packages/lean.scm (lean)[synopsis]: Remove article & package name.
This commit is contained in:
parent
b87051b74a
commit
1df6f0f085
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ (define-public lean
|
|||
#t)))
|
||||
(add-before 'configure 'chdir-to-src
|
||||
(lambda _ (chdir "src") #t)))))
|
||||
(synopsis "The Lean theorem prover and programming language")
|
||||
(synopsis "Theorem prover and programming language")
|
||||
(description
|
||||
"Lean is a theorem prover and programming language with a small trusted
|
||||
core based on dependent typed theory, aiming to bridge the gap between
|
||||
|
|
Loading…
Reference in a new issue