diff options
author | Chris Hiszpanski <chris@hiszpanski.name> | 2021-09-03 19:38:35 -0700 |
---|---|---|
committer | Chris Hiszpanski <chris@hiszpanski.name> | 2021-09-03 19:38:35 -0700 |
commit | 838d2b41ab43ed4779c65f8bf65999f21f59ace5 (patch) | |
tree | 711c4464aeec5a024ecd2e4289383592d00a14d3 | |
parent | ace18ff91774c6b2daf46e05157f96b75113e16f (diff) |
Use project email
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c6a74a3..8aaf093 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([liburtc], [1.0.0], [chris@hiszpanski.name]) +AC_INIT([liburtc], [1.0.0], [chris@liburtc.org]) # custom m4 macros within m4/ subdirectory AC_CONFIG_MACRO_DIR([m4]) |