From 85d9b4add8ca879749e6342feea427250af1e579 Mon Sep 17 00:00:00 2001 From: gpotter2 <10530980+gpotter2@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:05:11 +0200 Subject: [PATCH] Other minor changes to credits :) --- doc/scapy/backmatter.rst | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/scapy/backmatter.rst b/doc/scapy/backmatter.rst index 137cc0358bc..56f1c2ed175 100644 --- a/doc/scapy/backmatter.rst +++ b/doc/scapy/backmatter.rst @@ -4,10 +4,10 @@ Credits ******* The maintainers of Scapy are: + - Pierre Lalet - Gabriel Potter (Lead maintainer) - - Nils Weiss - Guillaume Valadon - - Pierre Lalet + - Nils Weiss Former maintainers include: - Philippe Biondi, who was Scapy's original author. diff --git a/pyproject.toml b/pyproject.toml index 3e89fcf7dc0..109963e5cad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,10 +10,10 @@ authors = [ { name="Gabriel POTTER" }, ] maintainers = [ + { name="Pierre LALET" }, { name="Gabriel POTTER" }, - { name="Nils WEISS" }, { name="Guillaume VALADON" }, - { name="Pierre LALET" }, + { name="Nils WEISS" }, ] license = { text="GPL-2.0-only" } requires-python = ">=3.7, <4"