mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
maintainers: remove duplicate nixpkgs maintainers
We don't need to maintain them in here, removing them to fix CI check Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ let
|
||||
jsonFormat = pkgs.formats.json { };
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.hm.maintainers; [ delafthi ];
|
||||
meta.maintainers = with lib.maintainers; [ delafthi ];
|
||||
|
||||
options.programs.opencode = {
|
||||
enable = mkEnableOption "opencode";
|
||||
|
||||
Reference in New Issue
Block a user