1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-26 10:03:34 +03:00

Remove references to old mailing list

This commit is contained in:
Nick Wellnhofer 2024-04-30 17:00:01 +02:00
parent d2f623d183
commit e637953527
2 changed files with 4 additions and 7 deletions

View File

@ -82,8 +82,8 @@ Create a new GitLab release on
### Announce the release
Announce the release by sending an email to the mailing list at
xml@gnome.org.
Announce the release on https://discourse.gnome.org under topics 'libxml2'
and 'announcements'.
## Breaking the ABI

View File

@ -89,7 +89,7 @@ Now you can run the test suite with:
make check
Please report test failures to the mailing list or bug tracker.
Please report test failures to the bug tracker.
Then you can install the library:
@ -159,10 +159,7 @@ Use of this feature is discouraged.
The current version of the code can be found in GNOME's GitLab at
at <https://gitlab.gnome.org/GNOME/libxml2>. The best way to get involved
is by creating issues and merge requests on GitLab. Alternatively, you can
start discussions and send patches to the mailing list. If you want to
work with patches, please format them with git-format-patch and use plain
text attachments.
is by creating issues and merge requests on GitLab.
All code must conform to C89 and pass the GitLab CI tests. Add regression
tests if possible.