maintainers: add ayazhafiz to entry-points-txt, headerparser, wheel-filename, wheel-inspect

This commit is contained in:
ayazhafiz
2021-10-31 22:02:28 -04:00
parent c6e744c9f2
commit 7bc749e064
4 changed files with 5 additions and 1 deletions
@@ -23,5 +23,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jwodder/headerparser";
description = "argparse for mail-style headers";
license = with licenses; [ mit ];
maintainers = with lib.maintainers; [ ayazhafiz ];
};
}