Files
nix-dotfiles/pkgs/maintainers.nix
ahuston-0 41e50f98b5
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 7s
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 2m48s
add maintainer info
2026-05-01 01:31:44 -04:00

9 lines
137 B
Nix

{
alice = {
name = "Alice Huston";
email = "aliceghuston@gmail.com";
github = "ahuston-0";
githubId = 43225907;
};
}