jetty_11,jetty_12: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2023-11-15 00:02:36 +01:00
parent c7d414ef38
commit 252d793e79
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = with licenses; [ asl20 epl10 ];
maintainers = with maintainers; [ emmanuelrosa ];
maintainers = with maintainers; [ emmanuelrosa anthonyroussel ];
};
}