mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
etc: teams: Add crypto team.
* etc/teams.scm (crypto): New team. [Cayetano Santos]: Add to new team. * CODEOWNERS: Rebuild. Change-Id: Ie51ff65629c5b65ec8ee148e4dddce6d39007b54 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
921ff0886b
commit
6fe5e7f707
2 changed files with 23 additions and 1 deletions
|
|
@ -127,6 +127,14 @@ guix/build/gnu-build-system\.scm @guix/core-packages
|
|||
guix/build/utils\.scm @guix/core-packages
|
||||
guix/build-system/gnu\.scm @guix/core-packages
|
||||
|
||||
gnu/packages/crypto\.scm @guix/crypto
|
||||
gnu/packages/gnupg\.scm @guix/crypto
|
||||
gnu/packages/nettle\.scm @guix/crypto
|
||||
gnu/packages/password-utils\.scm @guix/crypto
|
||||
gnu/packages/security-token\.scm @guix/crypto
|
||||
gnu/packages/ssh\.scm @guix/crypto
|
||||
gnu/packages/tls\.scm @guix/crypto
|
||||
|
||||
gnu/packages/debian\.scm @guix/debian
|
||||
|
||||
\.texi$ @guix/documentation
|
||||
|
|
|
|||
|
|
@ -956,6 +956,20 @@ release."
|
|||
"guix/scripts/import/crate.scm"
|
||||
"tests/import/crate.scm")))
|
||||
|
||||
(define-team crypto
|
||||
(team 'crypto
|
||||
#:name "Crypto team"
|
||||
#:description
|
||||
"Secrets, passwords, cryptography and security related packages."
|
||||
#:scope (list
|
||||
"gnu/packages/crypto.scm"
|
||||
"gnu/packages/gnupg.scm"
|
||||
"gnu/packages/nettle.scm"
|
||||
"gnu/packages/password-utils.scm"
|
||||
"gnu/packages/security-token.scm"
|
||||
"gnu/packages/ssh.scm"
|
||||
"gnu/packages/tls.scm")))
|
||||
|
||||
(define-team science
|
||||
(team 'science
|
||||
#:name "Science team"
|
||||
|
|
@ -1294,7 +1308,7 @@ the \"texlive\" importer."
|
|||
(define-member (person "Cayetano Santos"
|
||||
"csantosb@inventati.org"
|
||||
"csantosb")
|
||||
ai emacs electronics hpc)
|
||||
ai emacs electronics hpc crypto)
|
||||
|
||||
(define-member (person "Greg Hogan"
|
||||
"code@greghogan.com"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue