summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-04-20 12:48:20 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-04-20 12:48:20 (EDT)
commit3c8577cecc0001daf53526aa790e6638c7c50a9e (patch)
tree13a5acabc802b94131b1f03876dc022f1b5ddffd /configure.ac
parentcd1d1d42fdf7a07f8028cd005a8f11a50b303e8f (diff)
build: Fix bug report URI
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
-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])