diff options
| author | Vasilij Schneidermann <mail@vasilij.de> | 2021-08-08 10:56:31 +0200 |
|---|---|---|
| committer | Vasilij Schneidermann <mail@vasilij.de> | 2021-08-08 10:56:31 +0200 |
| commit | 599f79b3ab454bf809a19e48309d911a35e29e46 (patch) | |
| tree | 88bb67e3ec8798b2d272ea8eca9f749c2da4f9f4 /scripts | |
| parent | 5c28294d830a5a79e9b9da2c32e7675d52d76720 (diff) | |
Mention NonGNU ELPA
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/evilupdate | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/evilupdate b/scripts/evilupdate index 96f6540..27e832b 100755 --- a/scripts/evilupdate +++ b/scripts/evilupdate @@ -142,13 +142,14 @@ match group." (shell-command (concat "thunderbird -compose \"newsgroups=gmane.emacs.vim-emulation,preselectid=id2,subject='[ANN] Evil version " evilupdate-version " released',body='" "Evil version " evilupdate-version " has been released. -The stable version can be installed from MELPA stable [1]. -The latest development version is available from MELPA [2]. +The stable version can be installed from MELPA stable [1] and NonGNU ELPA [2]. +The latest development version is available from MELPA [3]. The Evil developers. [1] http://stable.melpa.org -[2] http://melpa.org +[2] https://elpa.nongnu.org/nongnu/evil.html +[3] http://melpa.org '\""))) (defun evilupdate-update (version nonews) |
