diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-12-03 13:26:58 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-12-03 13:37:56 +0100 |
| commit | 0de8d6f51dfeb384f9a3f9cfae2a54bdff16fb09 (patch) | |
| tree | b9a2288e08f7cfa7daf53a713d330a8dcb966a61 /etc | |
| parent | a28b62ccb0052b3979991a0075090f6703831ad1 (diff) | |
etc: Add bioinformatics team.
* etc/teams.scm (bioinformatics): New team.
Change-Id: Ic5d95df8a28e0bb575ef58a0e269b6e82e23cb6a
Diffstat (limited to 'etc')
| -rwxr-xr-x | etc/teams.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm index f515f5744ac..5e74b2fb81c 100755 --- a/etc/teams.scm +++ b/etc/teams.scm | |||
| @@ -479,6 +479,11 @@ of Rebar and Mix build systems and Hex.pm importer." | |||
| 479 | "guix/import/hexpm.scm" | 479 | "guix/import/hexpm.scm" |
| 480 | "guix/scripts/import/hexpm.scm"))) | 480 | "guix/scripts/import/hexpm.scm"))) |
| 481 | 481 | ||
| 482 | (define-team bioinformatics | ||
| 483 | (team 'bioinformatics | ||
| 484 | #:name "Bioinformatics team" | ||
| 485 | #:scope (list "gnu/packages/bioinformatics.scm"))) | ||
| 486 | |||
| 482 | (define-team bootstrap | 487 | (define-team bootstrap |
| 483 | (team 'bootstrap | 488 | (team 'bootstrap |
| 484 | #:name "Bootstrap" | 489 | #:name "Bootstrap" |
