Unverified Commit 252d793e authored by Anthony Roussel's avatar Anthony Roussel
Browse files

jetty_11,jetty_12: add anthonyroussel to maintainers

parent c7d414ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}