wiremock: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2023-11-03 11:39:52 +01:00
parent 5e30039235
commit f24ea67184
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A flexible tool for building mock APIs";
homepage = "https://wiremock.org/";
maintainers = with lib.maintainers; [ bobvanderlinden ];
maintainers = with lib.maintainers; [ bobvanderlinden anthonyroussel ];
platforms = jre.meta.platforms;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;