From 3b5e411a5faafb30fd8c65e2620572f9cbe669f9 Mon Sep 17 00:00:00 2001 From: brokenpip3 Date: Sun, 1 Sep 2024 10:34:28 +0200 Subject: [PATCH] bats.libraries: Add brokenpip3 as maintainer --- pkgs/development/interpreters/bats/libraries.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/interpreters/bats/libraries.nix b/pkgs/development/interpreters/bats/libraries.nix index f766bef8dfb1..3e17a931270e 100644 --- a/pkgs/development/interpreters/bats/libraries.nix +++ b/pkgs/development/interpreters/bats/libraries.nix @@ -21,7 +21,7 @@ platforms = lib.platforms.all; homepage = "https://github.com/bats-core/bats-assert"; license = lib.licenses.cc0; - maintainers = [ ]; + maintainers = with lib.maintainers; [ brokenpip3 ]; }; }); @@ -47,7 +47,7 @@ platforms = lib.platforms.all; homepage = "https://github.com/bats-core/bats-file"; license = lib.licenses.cc0; - maintainers = [ ]; + maintainers = with lib.maintainers; [ brokenpip3 ]; }; }); @@ -98,7 +98,7 @@ platforms = lib.platforms.all; homepage = "https://github.com/bats-core/bats-support"; license = lib.licenses.cc0; - maintainers = [ ]; + maintainers = with lib.maintainers; [ brokenpip3 ]; }; }); }