summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/defines.h b/src/defines.h
index c5f567e..80777dd 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -2,8 +2,7 @@
*: File: ./src/defines.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: AUTHOR : Paul Buetow http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
@@ -54,7 +53,7 @@
#define ASSEMBLER "yasm"
#define LINKER "cc"
#define SCANNER_BUFSIZE 512
-#define URL "<http://fype.buetow.org>"
+#define URL "<http://github.com/snonux/fype>"
#define VERSION "Superalpha Build"