GNU bug report logs -
#49875
[PATCH] Update emacs-autocrypt and emacs-shell-command+ URLs
Previous Next
Reported by: Philip Kaludercic <philipk <at> posteo.net>
Date: Wed, 4 Aug 2021 13:11:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 49875 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
It seems something went wrong when I sent the last message, so I'll try
sending the patches again:
[0001-gnu-Update-autocrypt-URL.patch (text/x-diff, inline)]
From 3b5f5a4e66d254cadaf5fda1ddd40166fef52d1f Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philipk <at> posteo.net>
Date: Fri, 3 Sep 2021 22:40:55 +0200
Subject: [PATCH 1/2] gnu: Update autocrypt URL
* emacs-xyz.scm (emacs-autocrypt): Update URL and homepage
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 030809f5ac..d214163b02 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12474,14 +12474,14 @@ extensibility.")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://git.sr.ht/~zge/autocrypt")
+ (url "https://git.sr.ht/~pkal/autocrypt")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0b06xnjkgwjpxl96mdi674pmvdaiwncifi1a30wxhl1dwr7kr084"))))
(build-system emacs-build-system)
- (home-page "https://git.sr.ht/~zge/autocrypt")
+ (home-page "https://git.sr.ht/~pkal/autocrypt")
(synopsis "Autocrypt implementation for Emacs")
(description "@code{emacs-autocrypt} is an implementation of
Autocrypt (@url{https://autocrypt.org/}) for various Emacs MUAs. Autocrypt is
--
2.30.2
[0002-gnu-Update-shell-command-URL.patch (text/x-diff, inline)]
From 7ce55efff03cc2beffb6e9a8c958fb24bb6c60f3 Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philipk <at> posteo.net>
Date: Fri, 3 Sep 2021 22:41:41 +0200
Subject: [PATCH 2/2] gnu: Update shell-command+ URL
* emacs-xyz.scm (emacs-shell-command+): Update URL and homepage
---
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 d214163b02..302b9ecdfc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28516,7 +28516,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
--
2.30.2
[Message part 4 (text/plain, inline)]
--
Philip K.
This bug report was last modified 3 years and 256 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.