summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-11-02 20:24:25 +0200
committerPaul Buetow <paul@buetow.org>2021-11-02 20:24:25 +0200
commitae0c64ab5d79bc52ca0e4f233ad8f7eb3f811d97 (patch)
treec152cc072d64b982aa3c0486816960bc06ecc015 /src/defines.h
parent2f8dccca0ab3ea162fe3aa09e84a9f44c4e1de1e (diff)
move to codeberg
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/defines.h b/src/defines.h
index 0848a0b..1cb84c5 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -2,7 +2,7 @@
*: File: ./src/defines.h
*: A simple interpreter
*:
- *: WWW : https://github.com/snonux/fype
+ *: WWW : https://codeberg.org/snonux/fype
*: AUTHOR : http://buetow.org
*: E-Mail : fype at dev.buetow.org
*:
@@ -54,7 +54,7 @@
#define ASSEMBLER "yasm"
#define LINKER "cc"
#define SCANNER_BUFSIZE 512
-#define URL "<https://github.com/snonux/fype>"
+#define URL "<https://codeberg.org/snonux/fype>"
#define VERSION "Superalpha Build"