configure.ac: Update the bug report URL.
authorDouglas R. Reno <renodr@linuxfromscratch.org>
Mon, 8 Aug 2022 22:26:36 +0000 (22:26 +0000)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 17 Nov 2023 10:55:47 +0000 (19:55 +0900)
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>
configure.ac

index 64f0911cbe068acc9203253e9c464a8318b12aae..a927dfff5e8ac75c4325d2fb43eb6f7b797289fd 100644 (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/])