Unverified Commit 01ba455c authored by Jared Baur's avatar Jared Baur
Browse files

coreboot-utils: add jmbaur as maintainer

parent 18109864
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ let
    description = "Various coreboot-related tools";
    homepage = "https://www.coreboot.org";
    license = with licenses; [ gpl2Only gpl2Plus ];
    maintainers = with maintainers; [ felixsinger ];
    maintainers = with maintainers; [ felixsinger jmbaur ];
    platforms = platforms.linux;
  };