mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
teams: Add Reproducible Builds team.
* etc/teams.scm.in (reproduciblebuilds): New team.
This commit is contained in:
parent
00ba3ad4c3
commit
67caba5acb
1 changed files with 7 additions and 0 deletions
|
@ -416,6 +416,13 @@ (define-team racket
|
|||
#:scope (list "gnu/packages/chez.scm"
|
||||
"gnu/packages/racket.scm")))
|
||||
|
||||
(define-team reproduciblebuilds
|
||||
(team 'reproduciblebuilds
|
||||
#:name "Reproducible Builds team"
|
||||
#:description
|
||||
"Reproducible Builds tooling and issues that affect any guix packages."
|
||||
#:scope (list "gnu/packages/diffoscope.scm")))
|
||||
|
||||
|
||||
(define-member (person "Thiago Jung Bauermann"
|
||||
"bauermann@kolabnow.com")
|
||||
|
|
Loading…
Reference in a new issue