On 2023-01-08, Mathieu Othacehe wrote: >> (define-team embedded-bootstrap >> (team 'embedded-bootstrap >> - #:name "Embedded / Bootstrap")) >> + #:name "Embedded / Bootstrap" >> + #:scope (list "gnu/packages/bootloaders.scm" >> + "gnu/packages/firmware.scm" >> + "gnu/packages/mes.scm"))) > > Seems fine. > > I think we could have two distinct teams here: embedded and > bootstrap. There are quite a few people, like me, following closely the > embedded part, but not so closely the bootstrap part. It makes total sense to me, so... New patch attached which also splits the teams. They could still probably significantly benefit from descriptions... though I haven't heard much of anything weighed in on that from the discussion on guix-devel. live well, vagrant