summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@paredit.org>2022-11-24 22:49:53 +0000
committerTaylor R Campbell <campbell@paredit.org>2022-11-24 22:49:53 +0000
commitb9e2e6a1420f0a800a60ea24779a82c0292fb0d5 (patch)
treec2dc3f02d915cb49bf7b7f3a082c73b7815674fc
parent5615023023aea50683f5725284fb9bc6cbbd64ec (diff)
Move to paredit.org.
-rw-r--r--NEWS14
-rw-r--r--paredit.el18
2 files changed, 9 insertions, 23 deletions
diff --git a/NEWS b/NEWS
index efc6c4e..b78f37e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,9 @@
* Paredit Release Notes -*- outline -*-
-This file contains release notes for paredit, whose latest released
-version is available at
+Paredit - https://paredit.org
- <https://mumble.net/~campbell/emacs/paredit.el>,
-
-and whose latest beta version is available at
-
- <https://mumble.net/~campbell/emacs/paredit-beta.el>.
-
-The latest version of this file is available at
-
- <https://mumble.net/~campbell/emacs/paredit.release>.
+Latest release: https://paredit.org/paredit.el
+Current development version: https://paredit.org/paredit-beta.el
** Version 25 (beta)
diff --git a/paredit.el b/paredit.el
index be45288..bd8cf92 100644
--- a/paredit.el
+++ b/paredit.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2005--2022 Taylor R. Campbell
-;; Author: Taylor R. Campbell <campbell+paredit@mumble.net>
+;; Author: Taylor R. Campbell <campbell@paredit.org>
;; Version: 25beta
;; Created: 2005-07-31
;; Keywords: lisp
@@ -24,17 +24,11 @@
;; You should have received a copy of the GNU General Public License
;; along with paredit. If not, see <http://www.gnu.org/licenses/>.
-;;; The currently released version of paredit is available at
-;;; <https://mumble.net/~campbell/emacs/paredit.el>.
+;;; Paredit - https://paredit.org
;;;
-;;; The latest beta version of paredit is available at
-;;; <https://mumble.net/~campbell/emacs/paredit-beta.el>.
-;;;
-;;; The Git repository for paredit is available at
-;;; <https://mumble.net/~campbell/git/paredit.git>
-;;;
-;;; Release notes are available at
-;;; <https://mumble.net/~campbell/emacs/paredit.release>.
+;;; Latest release: https://paredit.org/paredit.el
+;;; Current development version: https://paredit.org/paredit-beta.el
+;;; Release notes: https://paredit.org/NEWS
;;; Install paredit by placing `paredit.el' in `/path/to/elisp', a
;;; directory of your choice, and adding to your .emacs file:
@@ -57,7 +51,7 @@
;;; 'paredit-dwim)))
;;;
;;; Send questions, bug reports, comments, feature suggestions, &c.,
-;;; via email to the author's surname at mumble.net.
+;;; via email to the author's surname at paredit.org.
;;;
;;; Paredit should run in GNU Emacs 21 or later and XEmacs 21.5.28 or
;;; later.