README: stop pointing at bugs.freedesktop.org

No-one filed bugs in there for a while, let's consolidate on the more
popular one.

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2019-02-26 18:26:01 +02:00
parent 9badb4e4a2
commit 6f0f9534b3
2 changed files with 4 additions and 6 deletions

View File

@ -58,12 +58,10 @@ xkbcommon is maintained in git at
Patches are always welcome, and may be sent to either Patches are always welcome, and may be sent to either
<xorg-devel@lists.x.org> or <wayland-devel@lists.freedesktop.org> <xorg-devel@lists.x.org> or <wayland-devel@lists.freedesktop.org>
or through github. or in a [GitHub](https://github.com/xkbcommon/libxkbcommon) pull request.
Bug reports are also welcome, and may be filed either at Bug reports are also welcome, and may be filed at
Bugzilla https://bugs.freedesktop.org/describecomponents.cgi?product=libxkbcommon [GitHub](https://github.com/xkbcommon/libxkbcommon/issues).
or
Github https://github.com/xkbcommon/libxkbcommon/issues
The maintainers are The maintainers are
- Daniel Stone <daniel@fooishbar.org> - Daniel Stone <daniel@fooishbar.org>

View File

@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
# Initialize Autoconf # Initialize Autoconf
AC_PREREQ([2.63]) AC_PREREQ([2.63])
AC_INIT([libxkbcommon], [0.8.4], AC_INIT([libxkbcommon], [0.8.4],
[https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon], [https://github.com/xkbcommon/libxkbcommon/issues],
[libxkbcommon], [https://xkbcommon.org]) [libxkbcommon], [https://xkbcommon.org])
AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_HEADERS([src/config.h])