From 659fef43d08086540d2081e8cee5ffb6439de69f Mon Sep 17 00:00:00 2001 From: Zhu Zihao Date: Sat, 1 Nov 2025 19:46:01 +0800 Subject: [PATCH] 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 --- 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 30b22a5b034a0f6977e18be438a58c53a01e56fe..2b1069aeb95dd9e2e22d67761ec4be93a5623913 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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