Unverified Commit a2afcbef authored by Jared Baur's avatar Jared Baur
Browse files

coreboot-toolchain: add jmbaur as maintainer

parent 7f3fe813
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ let
        homepage = "https://www.coreboot.org";
        description = "coreboot toolchain for ${arch} targets";
        license = with licenses; [ bsd2 bsd3 gpl2 lgpl2Plus gpl3Plus ];
        maintainers = with maintainers; [ felixsinger ];
        maintainers = with maintainers; [ felixsinger jmbaur ];
        platforms = platforms.linux;
      };
    })