From ea3d4871db266949fedf663a883bf6209d0c4dcb Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 7 Apr 2026 11:04:27 +0200 Subject: [PATCH] haskellPackages.hpc-codecov: add wolfgangwalther as maintainer We're using this for PostgREST, so I don't want this to fail. --- .../haskell-modules/configuration-hackage2nix/main.yaml | 1 + pkgs/development/haskell-modules/hackage-packages.nix | 1 + 2 files changed, 2 insertions(+) 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 ]; } ) { };