mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-06 17:11:05 +01:00
treewide: NixVim/nixvim -> Nixvim
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
5d1c27e53c
commit
03a51dbf3d
34 changed files with 78 additions and 78 deletions
|
|
@ -43,7 +43,7 @@ let
|
|||
else if categorizedMaintainers.nixpkgs ? ${obj.github} then
|
||||
"nixpkgs"
|
||||
else
|
||||
throw "${obj.github} is neither a nixvim or nixpkgs maintainer";
|
||||
throw "${obj.github} is neither a Nixvim or nixpkgs maintainer";
|
||||
};
|
||||
}))
|
||||
lib.listToAttrs
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ def get_project_root() -> Path:
|
|||
|
||||
|
||||
class MetaMaintainerGenerator:
|
||||
"""Generates maintainers list using meta.maintainers from nixvim evaluation."""
|
||||
"""Generates maintainers list using meta.maintainers from Nixvim evaluation."""
|
||||
|
||||
def __init__(self, nixvim_root: Path):
|
||||
self.nixvim_root = nixvim_root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue