guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-autocrypt: Update source and homepage.


From: guix-commits
Subject: branch master updated: gnu: emacs-autocrypt: Update source and homepage.
Date: Tue, 07 Sep 2021 08:35:21 -0400

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 97c1055  gnu: emacs-autocrypt: Update source and homepage.
97c1055 is described below

commit 97c1055f6aabf0526465346e390ff07c5d502bf6
Author: Philip Kaludercic <philipk@posteo.net>
AuthorDate: Fri Sep 3 22:40:55 2021 +0200

    gnu: emacs-autocrypt: Update source and homepage.
    
    * emacs-xyz.scm (emacs-autocrypt)[source, homepage]: Update URL.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 4698bc7..87791a4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12473,14 +12473,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



reply via email to

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