guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: sbcl-modularize-hooks: Fix synopsis.


From: guix-commits
Subject: 03/03: gnu: sbcl-modularize-hooks: Fix synopsis.
Date: Wed, 27 Jan 2021 04:28:04 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit eccdc91e2447f61722b0945c9229020ad1660dcd
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Jan 27 10:23:12 2021 +0100

    gnu: sbcl-modularize-hooks: Fix synopsis.
    
    * gnu/packages/lisp-xyz.scm (sbcl-modularize-hooks)[synopsis]: Fix it.
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 8c0e0f7..73ac0dc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9809,7 +9809,7 @@ tie modules together in functionality, hook into each 
other and so on.")
          ("modularize" ,sbcl-modularize)
          ("trivial-arguments" ,sbcl-trivial-arguments)))
       (home-page "https://shinmera.github.io/modularize-hooks/";)
-      (synopsis "Programmatical interfaces extension for Modularize")
+      (synopsis "Generic hooks and triggers extension for Modularize")
       (description
        "This is a simple extension to @code{MODULARIZE} that allows modules to
 define and trigger hooks, which other modules can hook on to.")



reply via email to

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