guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 38b05ff27bf650f2973524bce7d3164b97f79c35
Author: Ludovic Courtès <l...@gnu.org>
AuthorDate: Fri May 23 17:50:32 2025 +0200

    teams: Add ‘codeowners’ command in help message.
    
    * etc/teams.scm (main): Add ‘codeowners’ command in help message.
    
    Change-Id: I859997aba2b8829173e608e5ba1c8ab59b79d9c5
---
 etc/teams.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm b/etc/teams.scm
index f7617e724e..a57d132787 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1107,6 +1107,8 @@ Commands:
   get-maintainer <patch>
       compatibility mode with Linux get_maintainer.pl
   show <team-name>
-      display <team-name> properties~%"))))
+      display <team-name> properties
+  codeowners
+      write a 'CODEOWNERS' file suitable for Codeberg on standard output~%"))))
 
 (apply main (cdr (command-line)))

Reply via email to