summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2022-08-08 22:26:36 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2022-08-08 22:26:36 +0000
commit011946d446fcad9025194c1d4d861a91a1867708 (patch)
treee4dd2aa8636227fe82f7d8661b5be88b0af86e98
parentff4276398c9474f04bb1b8cb9f27e6163c5e040e (diff)
downloadlibevdev-011946d446fcad9025194c1d4d861a91a1867708.tar.gz
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>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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/])