diff options
| author | Frank Fischer <frank-fischer@shadow-soft.de> | 2015-07-04 12:40:17 +0200 |
|---|---|---|
| committer | Frank Fischer <frank-fischer@shadow-soft.de> | 2015-07-04 12:40:17 +0200 |
| commit | 4c499b4febbd605d33bd418198bf083633a2d332 (patch) | |
| tree | f13f8d618bc2ee0fe544c5a92bbecf31aad41e38 /scripts/evilupdate | |
| parent | 85afd925ff7afa74dd9b83daf27fffeba46d9b0a (diff) | |
evilupdate: change url to bitbucket in irc topic
Diffstat (limited to 'scripts/evilupdate')
| -rwxr-xr-x | scripts/evilupdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/evilupdate b/scripts/evilupdate index eba6ee1..d6fe311 100755 --- a/scripts/evilupdate +++ b/scripts/evilupdate @@ -53,7 +53,7 @@ (defconst evilupdate-irc-nick "#lyrobot") (defconst evilupdate-irc-channel "#evil-mode") (defconst evilupdate-irc-topic - "Evil = Extensible vi layer for Emacs | Current version: VERSION | http://gitorious.org/evil | If you don't get an answer here, please use the mailing-list implementations-list@lists.ourproject.org") + "Evil = Extensible vi layer for Emacs | Current version: VERSION | http://bitbucket.org/lyro/evil | If you don't get an answer here, please use the mailing-list implementations-list@lists.ourproject.org") (defconst evilupdate-wiki-page "Evil") (defvar evilupdate-version "1.0.0") (defvar evilupdate-done nil) |
