This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1772e9e19d teams: crypto: Adopt cryptsetup.
1772e9e19d is described below

commit 1772e9e19d8868ef04545f4e4d749811326ebb6d
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Feb 2 19:36:04 2026 +0100

    teams: crypto: Adopt cryptsetup.
    
    * etc/teams.scm (crypto)<#:scope>: Add "gnu/packages/cryptsetup.scm".
    * CODEOWNERS: Regenerate file.
    
    Change-Id: I5b96145de42b1a80bda5a12ab0ed3db884967a1b
---
 CODEOWNERS    | 1 +
 etc/teams.scm | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CODEOWNERS b/CODEOWNERS
index 05fe4f8dcf..d90303c439 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -132,6 +132,7 @@ guix/build/utils\.scm                              
@guix/core-packages
 guix/build-system/gnu\.scm                         @guix/core-packages
 
 gnu/packages/(.*-|)crypto\.scm$                    @guix/crypto
+gnu/packages/cryptsetup\.scm                       @guix/crypto
 gnu/packages/gnupg\.scm                            @guix/crypto
 gnu/packages/nettle\.scm                           @guix/crypto
 gnu/packages/password-utils\.scm                   @guix/crypto
diff --git a/etc/teams.scm b/etc/teams.scm
index 076d359ebd..408f3f71f2 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -1002,6 +1002,7 @@ release."
         #:description
         "Secrets, passwords, cryptography and security related packages."
         #:scope (list (make-regexp* "^gnu/packages/(.*-|)crypto\\.scm$")
+                      "gnu/packages/cryptsetup.scm"
                       "gnu/packages/gnupg.scm"
                       "gnu/packages/nettle.scm"
                       "gnu/packages/password-utils.scm"

Reply via email to