From 27b3e12495793eaa446bc0638ec55f5a579d1300 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Tue, 31 Mar 2009 22:03:04 +0000 Subject: [PATCH] no www git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2938 4b5297f7-1745-476d-ba37-a9c6900126ab --- announce.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/announce.py b/announce.py index 35d6e10b..2866e2a5 100755 --- a/announce.py +++ b/announce.py @@ -130,7 +130,7 @@ elif (xepstatus == "Deferred"): # Abstract: $abstract # Changelog: $remark ($initials) # CVS Diff: $diffs -# URL: http://www.xmpp.org/extensions/xep-$xepnum.html +# URL: http://xmpp.org/extensions/xep-$xepnum.html fromaddr = "editor@xmpp.org" # for testing... @@ -160,7 +160,7 @@ versionline = 'Version ' + version + ' of XEP-' + xepnum + ' (' + title + ') has abstractline = 'Abstract: ' + abstract changelogline = 'Changelog: ' + remark + ' (' + initials + ')' diffsline = 'Diff: ' + diffs -urlline = 'URL: http://www.xmpp.org/extensions/xep-' + xepnum + '.html' +urlline = 'URL: http://xmpp.org/extensions/xep-' + xepnum + '.html' msg = "From: XMPP Extensions Editor <%s>\r\n" % fromaddr msg = msg + "To: %s\r\n" % toaddrs