Unverified Commit e11b2c5a authored by Pierre Bourdon's avatar Pierre Bourdon
Browse files

acpica-tools: add delroth to maintainers

parent 5f30c513
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
    homepage = "https://www.acpica.org/";
    description = "ACPICA Tools";
    license = with licenses; [ iasl gpl2Only bsd3 ];
    maintainers = with maintainers; [ tadfisher ];
    maintainers = with maintainers; [ delroth tadfisher ];
    platforms = platforms.linux ++ platforms.darwin;
  };
}