diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 5aa084ff5f2c..6794a86fc302 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -664,6 +664,7 @@ package-maintainers: utdemir: - nix-tree wolfgangwalther: + - hpc-codecov - postgres-websockets - postgrest zowoq: diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index f4093355977d..b5ad793304ac 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -350838,6 +350838,7 @@ self: { description = "Generate reports from hpc data"; license = lib.licenses.bsd3; mainProgram = "hpc-codecov"; + maintainers = [ lib.maintainers.wolfgangwalther ]; } ) { };