From a5583817722804f8256973b808213820a5f33351 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Tue, 29 Dec 2009 17:49:41 -0300 Subject: [PATCH] Palm: change website url --- palm/lib/proc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/palm/lib/proc.py b/palm/lib/proc.py index b59a016..b466a75 100644 --- a/palm/lib/proc.py +++ b/palm/lib/proc.py @@ -46,7 +46,7 @@ class BigPalm: exit(0) def print_info(self): print "Monkey Palm Server", VERSION - print "Visit us: http://monkeyd.sourceforge.net" + print "Visit us: http://www.monkey-project.com" def create_palms(self): print self.conf.get_handlers() -- 2.11.4.GIT