~ruther/guix-local

659fef43d08086540d2081e8cee5ffb6439de69f — Zhu Zihao 8 months ago 513898a
gnu: emacs-paredit: Update source and home-page URL.

This change was confirmed by Taylor R. Campbell, the author of Paredit.
See https://lists.gnu.org/archive/html/emacs-devel/2025-10/msg00726.html.

* gnu/packages/emacs-xyz.scm (emacs-paredit)[source]: Switch URL.
[home-page]: Switch URL.

Change-Id: I7e5ce176d5189b52831e8fc7c6bd986826f862ef
Signed-off-by: jgart <jgart@dismail.de>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 1597,14 1597,14 @@ Emacs package archive}.")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://mumble.net/~campbell/git/paredit.git")
                    (url "https://paredit.org/paredit")
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1hwl2jhv1fhsdrspfhprq77n763i4zsj350q024ajy0m2kaql6ws"))))
    (build-system emacs-build-system)
    (home-page "https://mumble.net/~campbell/emacs/paredit/")
    (home-page "https://paredit.org/")
    (synopsis "Emacs minor mode for editing parentheses")
    (description
     "ParEdit (paredit.el) is a minor mode for performing structured editing