From 054ef603cc67c82b2586b14dbf1504fa683a5387 Mon Sep 17 00:00:00 2001 From: maralorn Date: Sat, 10 Jun 2023 09:59:04 +0200 Subject: [PATCH] haskellPackages.threadscope: add maintainer --- .../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 e3a00fc09b12..b6049884138c 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -310,6 +310,7 @@ package-maintainers: - streamly - streamly-bytestring - taskwarrior + - threadscope - tz - weeder - witch diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 4ddc9a67d8b6..19ff3c2e236a 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -293602,6 +293602,7 @@ self: { description = "A graphical tool for profiling parallel Haskell programs"; license = lib.licenses.bsd3; mainProgram = "threadscope"; + maintainers = [ lib.maintainers.maralorn ]; }) {}; "threefish" = callPackage