build: fixup header line
Fixup the header line in the configure.ac file.
Change-Id: I882a15aa6f08f26e3c9eb107497d4f16b126931e
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/configure.ac b/configure.ac
index 667b8cb..6e85381 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialization
AC_PREREQ([2.69])
-AC_INIT([flash-ipmi], [1.0], [https://www.google.com])
+AC_INIT([phosphor-ipmi-flash], [1.0], [https://www.github.com/openbmc/phosphor-ipmi-flash/issues])
AC_LANG([C++])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz])