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

View file

@ -17,5 +17,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jwodder/entry-points-txt";
description = "Read & write entry_points.txt files";
license = with licenses; [ mit ];
maintainers = with lib.maintainers; [ ayazhafiz ];
};
}

View file

@ -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 ];
};
}

View file

@ -22,5 +22,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jwodder/wheel-filename";
description = "Parse wheel filenames";
license = with licenses; [ mit ];
maintainers = with lib.maintainers; [ ayazhafiz ];
};
}

View file

@ -30,7 +30,7 @@ let readme_renderer_24 = buildPythonPackage rec {
description = "Python library for rendering readme descriptions";
homepage = "https://github.com/pypa/readme_renderer";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
maintainers = with lib.maintainers; [ ayazhafiz ];
};
};
@ -60,5 +60,6 @@ in buildPythonPackage rec {
homepage = "https://github.com/jwodder/wheel-inspect";
description = "Extract information from wheels";
license = with licenses; [ mit ];
maintainers = with lib.maintainers; [ ayazhafiz ];
};
}