me
/
guix
Archived
1
0
Fork 0

gnu: lean: Trim synopsis.

* gnu/packages/lean.scm (lean)[synopsis]: Remove article & package name.
master
Tobias Geerinckx-Rice 2020-11-26 01:10:17 +01:00
parent b87051b74a
commit 1df6f0f085
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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