summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-29 12:45:05 +0100
committerPaul Buetow <git@mx.buetow.org>2021-04-29 12:45:05 +0100
commitd0c1b67c1e33535be4d0fb29fd47c1d8ddc7ca98 (patch)
tree6f5477c83bc6751e2bf89425694ba6a615a99b3c /src/defines.h
parent21622fd15950bfb975ca8fef73a8ca1bd4c2a8e2 (diff)
update URLsbuild-009667
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"