summaryrefslogtreecommitdiff
path: root/scheme/simple.scm
diff options
context:
space:
mode:
authorBradley Smith2008-10-14 23:18:45 +0100
committerBradley Smith2008-10-14 23:18:45 +0100
commit5f49910529e62ff0ead4a892e7988efb8a29bc78 (patch)
treea2fc2caeb26991608ed52dc5a3e79e8e5d1389e4 /scheme/simple.scm
parentCorrect scheme file installation so that the files are not executable. (diff)
downloadgnurobots-5f49910529e62ff0ead4a892e7988efb8a29bc78.tar.gz
Change email address for Jim Hall, upon request.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'scheme/simple.scm')
-rw-r--r--scheme/simple.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme/simple.scm b/scheme/simple.scm
index 66f3591..eccabaf 100644
--- a/scheme/simple.scm
+++ b/scheme/simple.scm
@@ -1,5 +1,5 @@
;;; simple.scm
-;;; Sample robot provided by Jim Hall <jhall1@isd.net>
+;;; Sample robot provided by Jim Hall <jhall@freedos.org>
;;; This robot will simply hunt down and grab any prizes in its direct
;;; line of sight. If it runs into an obstacle, it turns right and
;;; continues from there. When it has turned 360-degrees, it stops.