From 7f6ba768583326c0ff034874bd6fc67347ff4975 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Sat, 4 Jan 2025 18:18:17 -0400 Subject: [PATCH] Build: Remove "The" from PACKAGE_NAME --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9de04d2..5be8b25 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([The Harriman-Peikoff Project], [0.00.000], +AC_INIT([Harriman-Peikoff Project], [0.00.000], [latentprion@gmail.com], [harikoff], [github.com/latentprion/harikoff])