tandoor-recipes: drop maintainership (#359603)

This commit is contained in:
Rick van Schijndel
2024-12-02 19:36:59 +01:00
committed by GitHub
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; [ ];
};
}