mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
bash: Add myself to maintainers
This commit is contained in:
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user