From 9a0ae3a604a5afc8aa8fd15ad6ca82914f74f2e9 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 27 Nov 2024 15:47:25 +0000 Subject: [PATCH] tandoor-recipes: drop maintainership I stopped using it, I can't test updates anymore. --- nixos/modules/services/misc/tandoor-recipes.nix | 2 +- nixos/tests/tandoor-recipes.nix | 2 +- pkgs/applications/misc/tandoor-recipes/common.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/modules/services/misc/tandoor-recipes.nix b/nixos/modules/services/misc/tandoor-recipes.nix index dd458f72565b..0d211c946d5f 100644 --- a/nixos/modules/services/misc/tandoor-recipes.nix +++ b/nixos/modules/services/misc/tandoor-recipes.nix @@ -25,7 +25,7 @@ let ''; in { - meta.maintainers = with lib.maintainers; [ ambroisie ]; + meta.maintainers = with lib.maintainers; [ ]; options.services.tandoor-recipes = { enable = lib.mkOption { diff --git a/nixos/tests/tandoor-recipes.nix b/nixos/tests/tandoor-recipes.nix index 18beaac6f062..bc5c3cf73575 100644 --- a/nixos/tests/tandoor-recipes.nix +++ b/nixos/tests/tandoor-recipes.nix @@ -1,6 +1,6 @@ import ./make-test-python.nix ({ lib, ... }: { name = "tandoor-recipes"; - meta.maintainers = with lib.maintainers; [ ambroisie ]; + meta.maintainers = with lib.maintainers; [ ]; nodes.machine = { pkgs, ... }: { services.tandoor-recipes = { diff --git a/pkgs/applications/misc/tandoor-recipes/common.nix b/pkgs/applications/misc/tandoor-recipes/common.nix index 9d177a87d904..57f687d522e6 100644 --- a/pkgs/applications/misc/tandoor-recipes/common.nix +++ b/pkgs/applications/misc/tandoor-recipes/common.nix @@ -14,6 +14,6 @@ rec { meta = with lib; { homepage = "https://tandoor.dev/"; license = licenses.agpl3Only; - maintainers = with maintainers; [ ambroisie ]; + maintainers = with maintainers; [ ]; }; }