diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-29 12:45:05 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-29 12:45:05 +0100 |
| commit | d0c1b67c1e33535be4d0fb29fd47c1d8ddc7ca98 (patch) | |
| tree | 6f5477c83bc6751e2bf89425694ba6a615a99b3c /src/defines.h | |
| parent | 21622fd15950bfb975ca8fef73a8ca1bd4c2a8e2 (diff) | |
update URLsbuild-009667
Diffstat (limited to 'src/defines.h')
| -rw-r--r-- | src/defines.h | 5 |
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" |
