configure.ac: Update the bug report URL.

While I was running the tests for libevdev on a
system, I had a test failure, and it told me to report it to
bugs.freedesktop.org.

This project uses GitLab now, so update the URL.

Signed-off-by: Douglas R. Reno <renodr@linuxfromscratch.org>
This commit is contained in:
Douglas R. Reno 2022-08-08 22:26:36 +00:00
parent ff4276398c
commit 011946d446

View file

@ -8,7 +8,7 @@ AC_PREREQ([2.62])
# change meson version too
AC_INIT([libevdev],
[1.13.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev],
[https://gitlab.freedesktop.org/libevdev/libevdev/issues/],
[libevdev],
[http://freedesktop.org/wiki/Software/libevdev/])