1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 03:30:30 +02:00

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>
This commit is contained in:
Zhu Zihao
2025-11-01 19:46:01 +08:00
committed by jgart
parent 513898aac0
commit 659fef43d0

View File

@@ -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