diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 796d1f3dc308..073fc552f1a2 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -271,6 +271,10 @@ package-maintainers: - witch ncfavier: - lambdabot + nomeata: + - candid + - leb128-cereal + - tasty-expected-failure pacien: - ldgallery-compiler peti: diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index e3a3f9ff6018..a9d0971466d2 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -51106,6 +51106,7 @@ self: { ]; description = "Candid integration"; license = lib.licenses.asl20; + maintainers = with lib.maintainers; [ nomeata ]; }) {}; "canon" = callPackage @@ -163544,6 +163545,7 @@ self: { ]; description = "LEB128 and SLEB128 encoding"; license = lib.licenses.mit; + maintainers = with lib.maintainers; [ nomeata ]; }) {}; "leetify" = callPackage @@ -261516,6 +261518,7 @@ self: { ]; description = "Mark tasty tests as failure expected"; license = lib.licenses.mit; + maintainers = with lib.maintainers; [ nomeata ]; }) {}; "tasty-fail-fast" = callPackage