jetty_11,jetty_12: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel
2023-11-15 15:14:28 +01:00
parent c7d414ef38
commit 252d793e79
+1 -1
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 ];
};
}