guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: sbcl-hu.dwim.common: Fix missing description


From: guix-commits
Subject: branch master updated: gnu: sbcl-hu.dwim.common: Fix missing description.
Date: Wed, 16 Sep 2020 03:55:17 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9e7b265  gnu: sbcl-hu.dwim.common: Fix missing description.
9e7b265 is described below

commit 9e7b2658d97493a5be01fb3d8c32762354c411dc
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Sep 16 09:53:57 2020 +0200

    gnu: sbcl-hu.dwim.common: Fix missing description.
    
    * gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.common)[description]: Repeat the
    synopsis since there is nothing more to say about this library.
---
 gnu/packages/lisp-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index cef1e9e..c4ae02d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13613,7 +13613,8 @@ package that includes a number of renames and shadows. 
")
        ("metabang-bind" ,sbcl-metabang-bind)))
     (home-page "http://dwim.hu/";)
     (synopsis "Common Lisp library shared by other hu.dwim systems")
-    (description "")
+    (description "This package contains a support library for other
+hu.dwim systems.")
     (license license:public-domain)))
 
 (define-public cl-hu.dwim.common



reply via email to

[Prev in Thread] Current Thread [Next in Thread]