uboot: add bartsch to maintainers

This commit is contained in:
Daniel Martin 2022-03-09 11:15:44 +01:00
parent 1c58397edb
commit 18ffc28a0f

View File

@ -111,7 +111,7 @@ let
homepage = "http://www.denx.de/wiki/U-Boot/";
description = "Boot loader for embedded systems";
license = licenses.gpl2;
maintainers = with maintainers; [ dezgeg samueldr lopsided98 ];
maintainers = with maintainers; [ bartsch dezgeg samueldr lopsided98 ];
} // extraMeta;
} // removeAttrs args [ "extraMeta" ]);
in {