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