diff mbox series

[bug#49875] Update emacs-autocrypt and emacs-shell-command+ URLs

Message ID 87lf5hice7.fsf@posteo.net
State Accepted
Headers show
Series [bug#49875] Update emacs-autocrypt and emacs-shell-command+ URLs | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Philip Kaludercic Aug. 4, 2021, 1:10 p.m. UTC
Hi,

the patch below updates the repository URLs of two packages I maintain,
that were included into the gnu repository.

Comments

Arun Isaac Aug. 11, 2021, 3:26 p.m. UTC | #1
Hi Philip,

Could you split this patch into two separate patches, one for each
package?

Thanks,
Arun
Philip Kaludercic Aug. 11, 2021, 4:53 p.m. UTC | #2
I  can, but I don't have access to a computer with git for at least a week. If that is ok, I'll so so then.

On 11 August 2021 17:26:53 CEST, Arun Isaac <arunisaac@systemreboot.net> wrote:
>
>Hi Philip,
>
>Could you split this patch into two separate patches, one for each
>package?
>
>Thanks,
>Arun
Arun Isaac Aug. 11, 2021, 8:10 p.m. UTC | #3
> I can, but I don't have access to a computer with git for at least a
> week. If that is ok, I'll so so then.

Sure, no problem! :-)
diff mbox series

Patch

From 258072a86fa67b67ba2c6c823eb055a282f333ef Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philipk@posteo.net>
Date: Wed, 4 Aug 2021 15:05:41 +0200
Subject: [PATCH] gnu: Update emacs-autocrypt and emacs-shell-command+ URLs

* emacs-xyz.scm (emacs-autocrypt): Update URL
(emacs-shell-command+): Update URL
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 47ace455c9..8565685fc2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12307,14 +12307,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
@@ -28206,7 +28206,7 @@  Features:
     (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