tandoor-recipes: drop maintainership

I stopped using it, I can't test updates anymore.
This commit is contained in:
Bruno BELANYI
2024-12-02 12:02:24 +00:00
parent d4f2666ce0
commit 9a0ae3a604
3 changed files with 3 additions and 3 deletions
@@ -25,7 +25,7 @@ let
'';
in
{
meta.maintainers = with lib.maintainers; [ ambroisie ];
meta.maintainers = with lib.maintainers; [ ];
options.services.tandoor-recipes = {
enable = lib.mkOption {
+1 -1
View File
@@ -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 = {
@@ -14,6 +14,6 @@ rec {
meta = with lib; {
homepage = "https://tandoor.dev/";
license = licenses.agpl3Only;
maintainers = with maintainers; [ ambroisie ];
maintainers = with maintainers; [ ];
};
}