diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-05-03 02:26:14 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-05-03 02:37:54 (EDT) |
commit | b8b82eb1afebf27a79f39f9da51a32fe52b1a4d9 (patch) | |
tree | 0b249a6c85fe372a6fca8db75e2d7a56129d5264 | |
parent | 9fe13e888d8515d2e4b291e27e9ca6e719d8943c (diff) |
build: Use mailing list for bug reporting URI
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fc76e4e..1b6ac90 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # 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:patrick.mcdermott@libiquity.com], +AC_INIT([opkg-opk], [1.0.0], [mailto:proteanos-dev@lists.proteanos.com], [opkg-opk]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) |