diff options
| author | ninrod <filipe.silva@gmail.com> | 2017-01-23 12:25:30 -0200 |
|---|---|---|
| committer | ninrod <filipe.silva@gmail.com> | 2017-01-24 17:10:44 -0200 |
| commit | 7a0358ce3eb9ed01744170fa8a1e12d98f8b8839 (patch) | |
| tree | e64a6f54152b870e001c6d1ef040ce7e72c35836 /evil-surround.el | |
| parent | fe6351b8fe8553db59b52f48f9bb6e72bf0aa701 (diff) | |
update readmev1.0.0
Diffstat (limited to 'evil-surround.el')
| -rw-r--r-- | evil-surround.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/evil-surround.el b/evil-surround.el index bc07d5b..7bdb986 100644 --- a/evil-surround.el +++ b/evil-surround.el @@ -1,13 +1,13 @@ ;;; evil-surround.el --- emulate surround.vim from Vim -;; Copyright (C) 2010, 2011 Tim Harper +;; Copyright (C) 2010 - 2017 Tim Harper -;; Licensed under the same terms as Emacs. +;; Licensed under the same terms as Emacs (GPLv3) ;; ;; Author: Tim Harper <timcharper at gmail dot com> ;; Vegard Øye <vegard_oye at hotmail dot com> -;; Maintainer: Please send bug reports to the mailing list (below). +;; Current Maintainer: ninrod (github.com/ninrod) ;; Created: July 23 2011 ;; Version: 0.1 ;; Package-Requires: ((evil "1.2.12")) @@ -33,7 +33,7 @@ ;; ;; This package uses Evil as its vi layer. It is available from: ;; -;; https://bitbucket.org/lyro/evil/ +;; https://github.com/emacs-evil/evil ;;; Code: |
