1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

tandoor-recipes: drop maintainership

I stopped using it, I can't test updates anymore.
This commit is contained in:
Bruno BELANYI 2024-11-27 15:47:25 +00:00
parent d4f2666ce0
commit 9a0ae3a604
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ let
'';
in
{
meta.maintainers = with lib.maintainers; [ ambroisie ];
meta.maintainers = with lib.maintainers; [ ];
options.services.tandoor-recipes = {
enable = lib.mkOption {

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 = {

View file

@ -14,6 +14,6 @@ rec {
meta = with lib; {
homepage = "https://tandoor.dev/";
license = licenses.agpl3Only;
maintainers = with maintainers; [ ambroisie ];
maintainers = with maintainers; [ ];
};
}