Commit 81c8a86e authored by Felix Singer's avatar Felix Singer
Browse files

acpica-tools: Add Felix Singer as maintainer

parent 4ce2599a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,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; [ tadfisher felixsinger ];
    platforms = platforms.linux ++ platforms.darwin;
  };
}