contributing: update links to mailing list

Our previous mailing list had some technical issues and we created
a new one that is hopefully more reliable.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2025-10-01 11:20:13 +01:00 committed by Andrei Vagin
parent 76394e93a8
commit 7a4b35a910
5 changed files with 10 additions and 10 deletions

View file

@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "pycriu"
description = "Python bindings for CRIU"
authors = [
{name = "CRIU team", email = "criu@openvz.org"},
{name = "CRIU team", email = "criu@lists.linux.dev"},
]
license = {text = "GPLv2"}
dynamic = ["version"]

View file

@ -7,7 +7,7 @@
name = pycriu
description = Python bindings for CRIU
author = CRIU team
author_email = criu@openvz.org
author_email = criu@lists.linux.dev
license = GPLv2
version = attr: pycriu.__version__