Merge pull request #163429 from bartsch/maintainer-add-bartsch
Add bartsch to maintainers list and uboot package
This commit is contained in:
commit
2705aef804
@ -1301,6 +1301,12 @@
|
|||||||
githubId = 75235;
|
githubId = 75235;
|
||||||
name = "Michael Walker";
|
name = "Michael Walker";
|
||||||
};
|
};
|
||||||
|
bartsch = {
|
||||||
|
email = "consume.noise@gmail.com";
|
||||||
|
github = "bartsch";
|
||||||
|
githubId = 3390885;
|
||||||
|
name = "Daniel Martin";
|
||||||
|
};
|
||||||
bartuka = {
|
bartuka = {
|
||||||
email = "wand@hey.com";
|
email = "wand@hey.com";
|
||||||
github = "wandersoncferreira";
|
github = "wandersoncferreira";
|
||||||
|
@ -111,7 +111,7 @@ let
|
|||||||
homepage = "http://www.denx.de/wiki/U-Boot/";
|
homepage = "http://www.denx.de/wiki/U-Boot/";
|
||||||
description = "Boot loader for embedded systems";
|
description = "Boot loader for embedded systems";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ dezgeg samueldr lopsided98 ];
|
maintainers = with maintainers; [ bartsch dezgeg samueldr lopsided98 ];
|
||||||
} // extraMeta;
|
} // extraMeta;
|
||||||
} // removeAttrs args [ "extraMeta" ]);
|
} // removeAttrs args [ "extraMeta" ]);
|
||||||
in {
|
in {
|
||||||
|
Loading…
Reference in New Issue
Block a user