forked from mirrors/nixpkgs
u-boot: Add self as maintainer
This commit is contained in:
parent
9e141fcf96
commit
c5b7f9f85f
|
@ -82,7 +82,7 @@ let
|
|||
homepage = http://www.denx.de/wiki/U-Boot/;
|
||||
description = "Boot loader for embedded systems";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.dezgeg ];
|
||||
maintainers = with maintainers; [ dezgeg samueldr ];
|
||||
} // extraMeta;
|
||||
} // removeAttrs args [ "extraMeta" ]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue