diff options
| author | Paul Buetow <paul@buetow.org> | 2021-11-02 20:24:25 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-11-02 20:24:25 +0200 |
| commit | ae0c64ab5d79bc52ca0e4f233ad8f7eb3f811d97 (patch) | |
| tree | c152cc072d64b982aa3c0486816960bc06ecc015 /src/defines.h | |
| parent | 2f8dccca0ab3ea162fe3aa09e84a9f44c4e1de1e (diff) | |
move to codeberg
Diffstat (limited to 'src/defines.h')
| -rw-r--r-- | src/defines.h | 4 |
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" |
