diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-07-15 15:22:29 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-07-23 23:45:29 +0200 |
| commit | 0f6784f6acaf37069d4388e8cb27d200558a3de0 (patch) | |
| tree | adaeec0e5472da4fa7797c53a00f586b807f8136 /etc/teams.scm | |
| parent | bbe873bfd1e3d6e28d47f2d4552dff889de8a95e (diff) | |
teams: Shorten description of ‘security-response’ team.
This is necessary to remain below the 255-character limit for team
descriptions. Failing that, ‘create-team’ hits 422.
* etc/teams.scm (security-response): Shorten #:description.
Fixes: guix/guix#9636
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'etc/teams.scm')
| -rwxr-xr-x | etc/teams.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/teams.scm b/etc/teams.scm index 46d22c9411c..57d16988656 100755 --- a/etc/teams.scm +++ b/etc/teams.scm | |||
| @@ -1142,10 +1142,8 @@ packages (e.g. Astronomy, Chemistry, Math, Physics etc.)" | |||
| 1142 | (define-team security-response | 1142 | (define-team security-response |
| 1143 | (team 'security-response | 1143 | (team 'security-response |
| 1144 | #:name "Guix security response team" | 1144 | #:name "Guix security response team" |
| 1145 | #:description "Members of this team read the private | 1145 | #:description "Security response team: \ |
| 1146 | guix-security@gnu.org email address, coordinate the development of security | 1146 | https://guix.gnu.org/security/ .")) |
| 1147 | fixes with the relevant people, and coordinate the publication of security | ||
| 1148 | advisories. Its members are listed at https://guix.gnu.org/security/ .")) | ||
| 1149 | 1147 | ||
| 1150 | (define-team sugar | 1148 | (define-team sugar |
| 1151 | (team 'sugar | 1149 | (team 'sugar |
