summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-04-29 12:47:57 +0100
committerPaul Buetow <git@mx.buetow.org>2021-04-29 12:47:57 +0100
commit2f8dccca0ab3ea162fe3aa09e84a9f44c4e1de1e (patch)
tree4800884f54578adaf8805b95cb2772f8933f92ae /src/defines.h
parent21622fd15950bfb975ca8fef73a8ca1bd4c2a8e2 (diff)
update URIs
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/defines.h b/src/defines.h
index c5f567e..0848a0b 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -2,8 +2,8 @@
*: File: ./src/defines.h
*: A simple interpreter
*:
- *: WWW : http://fype.buetow.org
- *: AUTHOR : http://paul.buetow.org
+ *: WWW : https://github.com/snonux/fype
+ *: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
*: Copyright (c) 2005 - 2008, Paul Buetow
@@ -54,7 +54,7 @@
#define ASSEMBLER "yasm"
#define LINKER "cc"
#define SCANNER_BUFSIZE 512
-#define URL "<http://fype.buetow.org>"
+#define URL "<https://github.com/snonux/fype>"
#define VERSION "Superalpha Build"