branch: externals/mct commit 2352f1489c826b230a37214488d5554b3d494cc7 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Rectify paths to git repo --- README.org | 2 +- mct.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index a092345..9688f50 100644 --- a/README.org +++ b/README.org @@ -326,7 +326,7 @@ mkdir manual-packages cd manual-packages # Clone this repo and name it "mct" -git clone https://gitlab.com/protesilaos/mct.el.git mct +git clone https://gitlab.com/protesilaos/mct.git mct #+end_src Finally, in your =init.el= (or equivalent) evaluate this: diff --git a/mct.el b/mct.el index efa79f6..7fde3cb 100644 --- a/mct.el +++ b/mct.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2021 Free Software Foundation, Inc. ;; Author: Protesilaos Stavrou <i...@protesilaos.com> -;; URL: https://gitlab.com/protesilaos/mct.el +;; URL: https://gitlab.com/protesilaos/mct ;; Version: 0.1.0 ;; Package-Requires: ((emacs "28.1"))