1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-27 14:03:36 +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
Announce the release by sending an email to the mailing list at Announce the release on https://discourse.gnome.org under topics 'libxml2'
xml@gnome.org. and 'announcements'.
## Breaking the ABI ## Breaking the ABI

View File

@ -89,7 +89,7 @@ Now you can run the test suite with:
make check 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: 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 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 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 is by creating issues and merge requests on GitLab.
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.
All code must conform to C89 and pass the GitLab CI tests. Add regression All code must conform to C89 and pass the GitLab CI tests. Add regression
tests if possible. tests if possible.