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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7f6869c  gnu: emacs-shell-command: Update source.
7f6869c is described below

commit 7f6869c43438281ac76cd759cada0db4e997e2d3
Author: Philip Kaludercic <[email protected]>
AuthorDate: Tue Sep 7 14:36:37 2021 +0200

    gnu: emacs-shell-command: Update source.
    
    * gnu/packages/emacs-xyz.scm (emacs-shell-command+)[source]: Update URL.
    
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 87791a4..88368d0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28526,7 +28526,7 @@ rather excellent completion provided by both Bash and 
Zsh.")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://git.sr.ht/~zge/bang";)
+                    (url "https://git.sr.ht/~pkal/shell-command-plus";)
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256

Reply via email to