emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/mct 7e73319c79: Update development links


From: ELPA Syncer
Subject: [elpa] externals/mct 7e73319c79: Update development links
Date: Wed, 17 Jan 2024 00:59:10 -0500 (EST)

branch: externals/mct
commit 7e73319c7960e900660ef166d03874f2f014e155
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Update development links
---
 README.md  |  8 +++-----
 README.org |  9 ++++-----
 mct.el     | 15 ++-------------
 3 files changed, 9 insertions(+), 23 deletions(-)

diff --git a/README.md b/README.md
index be45a6b2dd..8f4f43e30b 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,9 @@ like that of more featureful third-party options.
 + Package name (GNU ELPA): `mct`
 + Official manual: <https://protesilaos.com/emacs/mct>
 + Change log: <https://protesilaos.com/emacs/mct-changelog>
-+ Git repo on SourceHut: <https://git.sr.ht/~protesilaos/mct>
-  - Mirrors:
-    + GitHub: <https://github.com/protesilaos/mct>
-    + GitLab: <https://gitlab.com/protesilaos/mct>
-+ Mailing list: <https://lists.sr.ht/~protesilaos/general-issues>
++ Git repositories:
+  + GitHub: <https://github.com/protesilaos/mct>
+  + GitLab: <https://gitlab.com/protesilaos/mct>
 + Video demo: <https://protesilaos.com/codelog/2021-10-22-emacs-mct-demo/>
 + Backronym: Minibuffer Confines Transcended; Minibuffer and
   Completions in Tandem.
diff --git a/README.org b/README.org
index f042aca276..39fa9b40d8 100644
--- a/README.org
+++ b/README.org
@@ -33,11 +33,10 @@ Current development target is {{{development-version}}}.
 + Package name (GNU ELPA): ~mct~
 + Official manual: <https://protesilaos.com/emacs/mct>
 + Change log: <https://protesilaos.com/emacs/mct-changelog>
-+ Git repo on SourceHut: <https://git.sr.ht/~protesilaos/mct>
-  - Mirrors:
-    + GitHub: <https://github.com/protesilaos/mct>
-    + GitLab: <https://gitlab.com/protesilaos/mct>
-+ Mailing list: <https://lists.sr.ht/~protesilaos/general-issues>
++ Git repositories:
+  + GitHub: <https://github.com/protesilaos/mct>
+  + GitLab: <https://gitlab.com/protesilaos/mct>
++ Video demo: <https://protesilaos.com/codelog/2021-10-22-emacs-mct-demo/>
 + Backronym: Minibuffer Confines Transcended; Minibuffer and
   Completions in Tandem.
 
diff --git a/mct.el b/mct.el
index 38bae6b9e4..d2c63a2895 100644
--- a/mct.el
+++ b/mct.el
@@ -3,7 +3,8 @@
 ;; Copyright (C) 2021-2024  Free Software Foundation, Inc.
 
 ;; Author: Protesilaos Stavrou <info@protesilaos.com>
-;; URL: https://git.sr.ht/~protesilaos/mct
+;; Maintainer: Protesilaos Stavrou <info@protesilaos.com>
+;; URL: https://github.com/protesilaos/mct
 ;; Version: 1.0.0
 ;; Package-Requires: ((emacs "29.1"))
 
@@ -29,18 +30,6 @@
 ;; out-of-the-box completion experience, and (ii) glue code that combines
 ;; built-in functionalities to make the default completion framework work
 ;; like that of more featureful third-party options.
-;;
-;; + Package name (GNU ELPA): `mct`
-;; + Official manual: <https://protesilaos.com/emacs/mct>
-;; + Change log: <https://protesilaos.com/emacs/mct-changelog>
-;; + Git repo on SourceHut: <https://git.sr.ht/~protesilaos/mct>
-;;   - Mirrors:
-;;     + GitHub: <https://github.com/protesilaos/mct>
-;;     + GitLab: <https://gitlab.com/protesilaos/mct>
-;; + Mailing list: <https://lists.sr.ht/~protesilaos/general-issues>
-;; + Video demo: <https://protesilaos.com/codelog/2021-10-22-emacs-mct-demo/>
-;; + Backronym: Minibuffer Confines Transcended; Minibuffer and
-;;   Completions in Tandem.
 
 ;;; Code:
 



reply via email to

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