shellcheck, haskellPackages.ShellCheck: add maintainer
This commit is contained in:
parent
f0cab3b001
commit
4cb228c88c
2 changed files with 3 additions and 1 deletions
|
@ -444,6 +444,8 @@ package-maintainers:
|
||||||
- time-domain
|
- time-domain
|
||||||
utdemir:
|
utdemir:
|
||||||
- nix-tree
|
- nix-tree
|
||||||
|
zowoq:
|
||||||
|
- ShellCheck
|
||||||
|
|
||||||
unsupported-platforms:
|
unsupported-platforms:
|
||||||
Allure: [ platforms.darwin ]
|
Allure: [ platforms.darwin ]
|
||||||
|
|
|
@ -46,6 +46,6 @@ let
|
||||||
|
|
||||||
in
|
in
|
||||||
overrideMeta shellcheck (old: {
|
overrideMeta shellcheck (old: {
|
||||||
maintainers = with lib.maintainers; [ Profpatsch ];
|
maintainers = with lib.maintainers; [ Profpatsch zowoq ];
|
||||||
outputsToInstall = [ "bin" "man" "doc" ];
|
outputsToInstall = [ "bin" "man" "doc" ];
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue