mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-06 00:51:04 +01: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:
parent
defabc11ab
commit
7c78e592a8
4 changed files with 3 additions and 17 deletions
|
|
@ -19,7 +19,7 @@ let
|
|||
in
|
||||
{
|
||||
meta.maintainers = [
|
||||
lib.hm.maintainers.delafthi
|
||||
lib.maintainers.delafthi
|
||||
];
|
||||
|
||||
options.programs.codex = {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ let
|
|||
yamlFormat = pkgs.formats.yaml { };
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.hm.maintainers.m0nsterrr ];
|
||||
meta.maintainers = [ lib.maintainers.m0nsterrr ];
|
||||
|
||||
options.programs.kubeswitch = {
|
||||
enable = lib.mkEnableOption "the kubectx for operators";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue