From 043831f7eba50524416b97a25314a52f2506fb77 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 8 Jan 2023 23:43:26 +0000 Subject: httpd: different URLs for Ruby vs Perl versions They're different projects, still, I guess... --- ext/mwrap/httpd.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ext/mwrap/httpd.h b/ext/mwrap/httpd.h index 0ef6cd9..cea79f7 100644 --- a/ext/mwrap/httpd.h +++ b/ext/mwrap/httpd.h @@ -38,7 +38,11 @@ #include "picohttpparser_c.h" #include #include -#define URL "https://80x24.org/mwrap-perl.git/about" +#if MWRAP_PERL +# define URL "https://80x24.org/mwrap-perl.git/" +#else +# define URL "https://80x24.org/mwrap.git/" +#endif #define TYPE_HTML "text/html; charset=UTF-8" #define TYPE_CSV "text/csv" #define TYPE_PLAIN "text/plain" -- cgit v1.2.3-24-ge0c7