From fd37eeb4dfa1dbde699d624194755b652319ce47 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Mon, 8 Aug 2022 22:26:36 +0000 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 64f0911..a927dff 100644 --- a/configure.ac +++ b/configure.ac @@ -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/]) -- 2.34.1