haskellPackages.threadscope: add maintainer

This commit is contained in:
maralorn 2023-06-10 09:59:04 +02:00
parent 21674281ac
commit 054ef603cc
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -310,6 +310,7 @@ package-maintainers:
- streamly
- streamly-bytestring
- taskwarrior
- threadscope
- tz
- weeder
- witch

View file

@ -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