1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-07 01:21:03 +01:00

tests/neovim: stub meta.teams

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-06-18 10:05:30 -05:00
parent 70c289b54d
commit 85e68c6a38

View file

@ -30,6 +30,7 @@
mainProgram = stub; mainProgram = stub;
license = [ stub ]; license = [ stub ];
maintainers = [ stub ]; maintainers = [ stub ];
teams = [ stub ];
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };
}; };