haskellPackages.byte-count-reader: add maintainer
This commit is contained in:
parent
9895283e26
commit
5f714e9c47
2 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,7 @@ package-maintainers:
|
|||
- patat
|
||||
- svgcairo
|
||||
danielrolls:
|
||||
- byte-count-reader
|
||||
- shellify
|
||||
domenkozar:
|
||||
- cachix
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue