From fc65416f415828eeca02c1a272725937cf97677d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Tom=C3=A9=20Corti=C3=B1as?= Date: Thu, 23 Oct 2025 10:58:16 +0200 Subject: [PATCH] Add myself as a maintainer --- nixos/tests/agda/override-with-backend.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/agda/override-with-backend.nix b/nixos/tests/agda/override-with-backend.nix index 2bf9031a59ec..429aafd21ed3 100644 --- a/nixos/tests/agda/override-with-backend.nix +++ b/nixos/tests/agda/override-with-backend.nix @@ -24,9 +24,9 @@ let in { name = "agda-trivial-backend"; - meta = { + meta = with pkgs.lib.maintainers; { maintainers = [ - # FIXME + carlostome ]; };