shellcheck, haskellPackages.ShellCheck: add maintainer

This commit is contained in:
zowoq 2022-12-28 08:52:34 +10:00
parent f0cab3b001
commit 4cb228c88c
2 changed files with 3 additions and 1 deletions

View File

@ -444,6 +444,8 @@ package-maintainers:
- time-domain
utdemir:
- nix-tree
zowoq:
- ShellCheck
unsupported-platforms:
Allure: [ platforms.darwin ]

View File

@ -46,6 +46,6 @@ let
in
overrideMeta shellcheck (old: {
maintainers = with lib.maintainers; [ Profpatsch ];
maintainers = with lib.maintainers; [ Profpatsch zowoq ];
outputsToInstall = [ "bin" "man" "doc" ];
})