branch: externals/pulsar
commit 061bf7136f68ca827c40f41ea44258873f687780
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/pulsar>.
    
    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/pulsar/>
    * <https://github.com/protesilaos/pulsar/>
    
    The canonical mailing list for user feedback and/or patches is
    <https://lists.sr.ht/~protesilaos/pulsar>.  Everyone is encouraged to
    use it: it is ordinary email and one can attach files (e.g. pictures) if
    needed.
---
 README.org | 2 +-
 pulsar.el  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index b16166b1ba..1d0d0dabd8 100644
--- a/README.org
+++ b/README.org
@@ -152,7 +152,7 @@ mkdir manual-packages
 cd manual-packages
 
 # Clone this repo, naming it "pulsar"
-git clone https://gitlab.com/protesilaos/pulsar.git pulsar
+git clone https://git.sr.ht/~protesilaos/pulsar pulsar
 #+end_src
 
 Finally, in your =init.el= (or equivalent) evaluate this:
diff --git a/pulsar.el b/pulsar.el
index d039230708..8771752799 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -3,8 +3,8 @@
 ;; Copyright (C) 2022  Free Software Foundation, Inc.
 
 ;; Author: Protesilaos Stavrou <i...@protesilaos.com>
-;; URL: https://protesilaos.com/emacs/pulsar
-;; Version: 0.2.0
+;; URL: https://git.sr.ht/~protesilaos/pulsar
+;; Version: 0.2.4
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: convenience, pulse, highlight
 

Reply via email to