Misc: Change URL in @source.

This commit is contained in:
Valentin Lorentz 2011-07-10 17:08:20 +02:00
parent 0dfdfa2d28
commit a83f2c9a07
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ class Misc(callbacks.Plugin):
Returns a URL saying where to get Supybot.
"""
irc.reply(_('My source is at http://supybot.com/'))
irc.reply(_('My source is at https://github.com/ProgVal/Limnoria'))
source = wrap(source)
@internationalizeDocstring

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change
them once."""
version = '0.83.4.1+limnoria (2011-07-09T14:05:28+0200)'
version = '0.83.4.1+limnoria (2011-07-10T17:08:19+0200)'