Merge pull request #254236 from danielrolls/byte-count-reader-maintainer

haskellPackages.byte-count-reader: add maintainer
This commit is contained in:
Dennis Gosnell 2023-09-09 23:25:25 +09:00 committed by GitHub
commit 719c977c8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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