mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
uboot: add lopsided98 to maintainers
This commit is contained in:
parent
8845809828
commit
7486e0ad26
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ let
|
|||
homepage = http://www.denx.de/wiki/U-Boot/;
|
||||
description = "Boot loader for embedded systems";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ dezgeg samueldr ];
|
||||
maintainers = with maintainers; [ dezgeg samueldr lopsided98 ];
|
||||
} // extraMeta;
|
||||
} // removeAttrs args [ "extraMeta" ]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue