[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: teams: Include golang-check.scm in the go team.
|
From: |
guix-commits |
|
Subject: |
03/04: teams: Include golang-check.scm in the go team. |
|
Date: |
Mon, 20 Nov 2023 10:08:30 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 436bbc90fcc6eb300684117aeb286cf6404beb57
Author: Benjamin <benjamin@uvy.fr>
AuthorDate: Sat Nov 18 22:36:35 2023 +0100
teams: Include golang-check.scm in the go team.
* etc/teams.scm (go): Add gnu/packages/golang-check.scm to scope.
Change-Id: Ifc90eb0c3fc5d716b605e7e3e100a38431498a2c
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
etc/teams.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index d86647e7ea..76633c2184 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -300,6 +300,7 @@ asdf-build-system."
(team 'go
#:name "Go team"
#:scope (list "gnu/packages/golang.scm"
+ "gnu/packages/golang-check.scm"
"guix/build/go-build-system.scm"
"guix/build-system/go.scm"
"guix/import/go.scm"