From b30b286371cf649631f99c8ccc0ba4d462673743 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Fri, 1 Oct 2021 14:36:04 +0200 Subject: [PATCH] Add myself as maintainer for a few Haskell packages as nudged to do so by @sternenseemann in https://github.com/NixOS/nixpkgs/pull/139967#issuecomment-932186960 --- .../haskell-modules/configuration-hackage2nix/main.yaml | 4 ++++ pkgs/development/haskell-modules/hackage-packages.nix | 3 +++ 2 files changed, 7 insertions(+) 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