about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-01-08 23:43:26 +0000
committerEric Wong <e@80x24.org>2023-01-09 05:07:39 +0000
commit043831f7eba50524416b97a25314a52f2506fb77 (patch)
tree168ce0a9a2467c25c8e170a20c68d67bf9040249
parent9039f3518498a6f08f63d59342c4c6aa6c1696d6 (diff)
downloadmwrap-043831f7eba50524416b97a25314a52f2506fb77.tar.gz
They're different projects, still, I guess...
-rw-r--r--ext/mwrap/httpd.h6
1 files changed, 5 insertions, 1 deletions
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 <pthread.h>
 #include <stdbool.h>
-#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"