ambrevar pushed a commit to branch wip-next-browser
in repository guix.
commit e816426918ce6a9c99e4291f22373976aa10375f
Author: Pierre Neidhardt <[email protected]>
Date: Mon Oct 1 22:37:05 2018 +0200
prove-asdf (FIX)
---
gnu/packages/lisp.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 6b5f06c..81af64e 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2461,7 +2461,7 @@ named color.")
`(#:asd-file "prove-asdf.asd"))
(synopsis "Test requirement for the Common Lisp 'prove' library")
(description
- "Test requirement for the Common Lisp 'prove' library.")
+ "Test requirement for the Common Lisp @command{prove} library.")
(home-page "https://github.com/fukamachi/prove")
(license license:expat))))