mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
15 lines
490 B
Nix
15 lines
490 B
Nix
# Nixvim maintainers
|
|
#
|
|
# This attribute set contains Nixvim maintainers that do not
|
|
# have an entry in the Nixpkgs maintainer list. Entries are
|
|
# expected to follow the same format as that list.
|
|
#
|
|
# Nixpkgs maintainers: https://github.com/NixOS/nixpkgs/blob/0212bde005b3335b2665c1476c36b3936e113b15/maintainers/maintainer-list.nix
|
|
{
|
|
alisonjenkins = {
|
|
email = "alison.juliet.jenkins@gmail.com";
|
|
github = "alisonjenkins";
|
|
githubId = 1176328;
|
|
name = "Alison Jenkins";
|
|
};
|
|
}
|