summaryrefslogtreecommitdiff
path: root/scheme/simple.scm
diff options
context:
space:
mode:
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.