branch: externals/logos
commit 9e6824b8fa67c6c96e46eeb410cbca2f88193a2d
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Move official Git repository to SourceHut
    
    The new source is <https://git.sr.ht/~protesilaos/logos>.
    
    The GitLab URL which once was the main source of this project will
    function as a mirror from now on.  This is in addition to the GitHub
    equivalent:
    
    * <https://gitlab.com/protesilaos/logos/>
    * <https://github.com/protesilaos/logos/>
    
    The canonical mailing list for user feedback and/or patches is
    <https://lists.sr.ht/~protesilaos/logos>.  Everyone is encouraged to use
    it: it is ordinary email and one can attach files (e.g. pictures) if
    needed.
---
 README.org | 2 +-
 logos.el   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 6402806b51..a0006e6990 100644
--- a/README.org
+++ b/README.org
@@ -157,7 +157,7 @@ mkdir manual-packages
 cd manual-packages
 
 # Clone this repo, naming it "logos"
-git clone https://gitlab.com/protesilaos/logos.git logos
+git clone https://git.sr.ht/~protesilaos/logos logos
 #+end_src
 
 Finally, in your =init.el= (or equivalent) evaluate this:
diff --git a/logos.el b/logos.el
index 16720fe0a1..14e8dc39f1 100644
--- a/logos.el
+++ b/logos.el
@@ -3,8 +3,8 @@
 ;; Copyright (C) 2022  Free Software Foundation, Inc.
 
 ;; Author: Protesilaos Stavrou <i...@protesilaos.com>
-;; URL: https://gitlab.com/protesilaos/logos
-;; Version: 0.3.0
+;; URL: https://git.sr.ht/~protesilaos/logos
+;; Version: 0.3.1
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: convenience, focus, writing, presentation, narrowing
 

Reply via email to