ssh-agent: fix evaluation of maintainer field

(cherry picked from commit 8be82697f7)
This commit is contained in:
Robert Helgesson 2024-06-23 23:03:18 +02:00
parent f8142df16b
commit 208df2e558
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
2 changed files with 7 additions and 1 deletions

View file

@ -222,6 +222,12 @@
githubId = 298109;
name = "Lily Foster";
};
lheckemann = {
name = "Linus Heckemann";
email = "git@sphalerite.org";
github = "lheckemann";
githubId = 341954;
};
loicreynier = {
name = "Loïc Reynier";
email = "loic@loireynier.fr";

View file

@ -5,7 +5,7 @@ let
cfg = config.services.ssh-agent;
in {
meta.maintainers = [ lib.maintainers.lheckemann ];
meta.maintainers = [ lib.hm.maintainers.lheckemann ];
options = {
services.ssh-agent = {