From 3c8577cecc0001daf53526aa790e6638c7c50a9e Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 20 Apr 2023 12:48:20 -0400 Subject: build: Fix bug report URI --- diff --git a/configure.ac b/configure.ac index afb70ab..3c0924b 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,8 @@ # You should have received a copy of the GNU General Public License # along with opkg-opk. If not, see . -AC_INIT([opkg-opk], [1.0.0], [mailto:pj@pehjota.net], [opkg-opk]) +AC_INIT([opkg-opk], [1.0.0], [mailto:patrick.mcdermott@libiquity.com], + [opkg-opk]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/main.c]) -- cgit v0.9.1