summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-11-20 18:36:48 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-11-20 18:36:48 (EST)
commit45ef41a2da88523f707dd6cfece14058831710e5 (patch)
tree68f6c5cc237e9df37172edea50a04ca800df616a
parentf7e7692a5e1328355272c5e9c51d5779e2f56e4b (diff)
configure.ac: Change bug reporting addressHEADmaster
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d4986b4..a7d2e4d 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 fbcon2png. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([fbcon2png], [0.1.0], [mailto:pj@pehjota.net], [fbcon2png])
+AC_INIT([fbcon2png], [0.1.0], [mailto:patrick.mcdermott@libiquity.com],
+ [fbcon2png])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/main.c])