coreboot-toolchain: add jmbaur as maintainer

This commit is contained in:
Jared Baur 2024-05-19 00:44:17 -07:00
parent 7f3fe8138a
commit a2afcbefac
No known key found for this signature in database

View File

@ -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;
};
})