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
parent
9badb4e4a2
commit
6f0f9534b3
|
@ -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>
|
||||||
|
|
|
@ -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])
|
||||||
|
|
Loading…
Reference in New Issue