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

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

[nongnu] elpa/evil-surround 1f59618339 088/175: Merge pull request #88 f


From: ELPA Syncer
Subject: [nongnu] elpa/evil-surround 1f59618339 088/175: Merge pull request #88 from LemmingAvalanche/update-links-to-evil
Date: Mon, 9 Oct 2023 13:01:05 -0400 (EDT)

branch: elpa/evil-surround
commit 1f59618339b5f0c09c1aca5f27aa6422273e80f5
Merge: 3812140e11 b41116a613
Author: Tim Harper <timcharper@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #88 from LemmingAvalanche/update-links-to-evil
    
    Point to new repository for Evil
---
 README.md        | 2 +-
 evil-surround.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 37fd1b9a6d..76ce8b6e98 100755
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ To enable it globally, add the following lines to ~/.emacs:
 Alternatively, you can enable surround-mode along a major mode by adding
 `turn-on-surround-mode' to the mode hook.
 
-This package uses [Evil](https://gitorious.org/evil) as its vi layer.
+This package uses [Evil](https://bitbucket.org/lyro/evil/) as its vi layer.
 
 ## Add surrounding ##
 You can surround in visual-state with `S<textobject>` or `gS<textobject>`.
diff --git a/evil-surround.el b/evil-surround.el
index 3fdfc8bb33..a76b51848f 100755
--- a/evil-surround.el
+++ b/evil-surround.el
@@ -33,7 +33,7 @@
 ;;
 ;; This package uses Evil as its vi layer. It is available from:
 ;;
-;;     http://gitorious.org/evil
+;;     https://bitbucket.org/lyro/evil/
 
 ;;; Code:
 



reply via email to

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