diff options
author | Philip Kaludercic <philipk@posteo.net> | 2021-09-07 14:36:37 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-09-07 14:36:37 +0200 |
commit | 7f6869c43438281ac76cd759cada0db4e997e2d3 (patch) | |
tree | 09bf677d1dad894a346e6225532a9eec8d64391e | |
parent | 97c1055f6aabf0526465346e390ff07c5d502bf6 (diff) | |
download | guix-7f6869c43438281ac76cd759cada0db4e997e2d3.tar.gz |
gnu: emacs-shell-command: Update source.
* gnu/packages/emacs-xyz.scm (emacs-shell-command+)[source]: Update URL. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 87791a46b3..88368d05d6 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 |