sonic-server: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2023-10-10 16:14:38 +02:00
parent 37dfe0147f
commit c66b09f77d
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -57,6 +57,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.mpl20;
platforms = platforms.unix;
mainProgram = "sonic";
maintainers = with maintainers; [ pleshevskiy ];
maintainers = with maintainers; [ pleshevskiy anthonyroussel ];
};
}