From d2d5b8960f3344ff8b9d27731a14f402842a2d3d Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Thu, 9 Jan 2025 18:34:58 -0400 Subject: [PATCH] Build: PRefix project link with http:// --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 29e7936..2ad4693 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT([Harriman-Peikoff Project], [0.00.002], [latentprion@gmail.com], [harikoff], - [github.com/latentprion/harikoff]) + [http://github.com/latentprion/harikoff]) AC_CONFIG_SRCDIR([hcore/mind.cpp]) AC_CONFIG_AUX_DIR([autotools-aux])