From 6d5da104731e8b013d436ec8ea2800e86af7adeb Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Tue, 26 Aug 2025 19:02:59 +0200 Subject: [PATCH] bash: Add myself to maintainers --- pkgs/shells/bash/5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/shells/bash/5.nix b/pkgs/shells/bash/5.nix index 3b43e8e9f46a..0ec7082aff33 100644 --- a/pkgs/shells/bash/5.nix +++ b/pkgs/shells/bash/5.nix @@ -274,7 +274,7 @@ lib.warnIf (withDocs != null) platforms = platforms.all; # https://github.com/NixOS/nixpkgs/issues/333338 badPlatforms = [ lib.systems.inspect.patterns.isMinGW ]; - maintainers = [ ]; + maintainers = with lib.maintainers; [ infinisil ]; mainProgram = "bash"; }; })