fiano: add jmbaur as maintainer

This commit is contained in:
Jared Baur 2023-05-18 22:33:13 -07:00
parent 0d425b7946
commit e8d796f8ab
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View File

@ -7490,6 +7490,12 @@
githubId = 8900;
name = "Johan Magnus Jonsson";
};
jmbaur = {
email = "jaredbaur@fastmail.com";
github = "jmbaur";
githubId = 45740526;
name = "Jared Baur";
};
jmc-figueira = {
email = "business+nixos@jmc-figueira.dev";
github = "jmc-figueira";

View File

@ -35,5 +35,6 @@ buildGoModule rec {
homepage = "https://github.com/linuxboot/fiano";
changelog = "https://github.com/linuxboot/fiano/blob/v${version}/RELEASES.md";
license = licenses.bsd3;
maintainers = [ maintainers.jmbaur ];
};
}