haskellPackages.byte-count-reader: add maintainer

This commit is contained in:
Daniel Rolls 2023-09-09 13:43:54 +01:00
parent 9895283e26
commit 5f714e9c47
2 changed files with 2 additions and 0 deletions

View file

@ -169,6 +169,7 @@ package-maintainers:
- patat
- svgcairo
danielrolls:
- byte-count-reader
- shellify
domenkozar:
- cachix

View file

@ -54708,6 +54708,7 @@ self: {
];
description = "Read strings describing a number of bytes like 2Kb and 0.5 MiB";
license = lib.licenses.gpl3Only;
maintainers = [ lib.maintainers.danielrolls ];
}) {};
"byte-order" = callPackage