This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 89adcea hydra: hamal: Add ludo as a sysadmin.
89adcea is described below
commit 89adcea4112e00cc6d2ef0e402a2488a1fb285dd
Author: Christopher Baines <[email protected]>
AuthorDate: Mon May 29 19:32:38 2023 +0100
hydra: hamal: Add ludo as a sysadmin.
* hydra/hamal.scm (%accounts): Add ludo.
---
hydra/hamal.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hydra/hamal.scm b/hydra/hamal.scm
index b79a714..25f9438 100644
--- a/hydra/hamal.scm
+++ b/hydra/hamal.scm
@@ -16,7 +16,8 @@
(home-directory (string-append "/home/" name))))
(define %accounts
- (list (sysadmin "cbaines" "Christopher Baines")))
+ (list (sysadmin "cbaines" "Christopher Baines")
+ (sysadmin "ludo" "Ludovic Courtès")))
(define %default-extra-linux-options
(@@ (gnu packages linux) %default-extra-linux-options))