1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-07 22:03:27 +02:00

ssh-agent: fix evaluation of maintainer field

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

View File

@ -201,6 +201,12 @@
github = "kubukoz";
githubId = 894884;
};
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 = {