From 7bc749e0640d5a3d8b4b7122ace4a3e4980af7a0 Mon Sep 17 00:00:00 2001 From: ayazhafiz Date: Sun, 31 Oct 2021 22:02:28 -0400 Subject: [PATCH] maintainers: add ayazhafiz to entry-points-txt, headerparser, wheel-filename, wheel-inspect --- pkgs/development/python-modules/entry-points-txt/default.nix | 1 + pkgs/development/python-modules/headerparser/default.nix | 1 + pkgs/development/python-modules/wheel-filename/default.nix | 1 + pkgs/development/python-modules/wheel-inspect/default.nix | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/entry-points-txt/default.nix b/pkgs/development/python-modules/entry-points-txt/default.nix index 04fc2cd0b7b3..d52e9ea0d3be 100644 --- a/pkgs/development/python-modules/entry-points-txt/default.nix +++ b/pkgs/development/python-modules/entry-points-txt/default.nix @@ -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 ]; }; } diff --git a/pkgs/development/python-modules/headerparser/default.nix b/pkgs/development/python-modules/headerparser/default.nix index 8e7ddbb0c2c9..3ad265c217f7 100644 --- a/pkgs/development/python-modules/headerparser/default.nix +++ b/pkgs/development/python-modules/headerparser/default.nix @@ -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 ]; }; } diff --git a/pkgs/development/python-modules/wheel-filename/default.nix b/pkgs/development/python-modules/wheel-filename/default.nix index d1db6af025c9..351bc86686a3 100644 --- a/pkgs/development/python-modules/wheel-filename/default.nix +++ b/pkgs/development/python-modules/wheel-filename/default.nix @@ -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 ]; }; } diff --git a/pkgs/development/python-modules/wheel-inspect/default.nix b/pkgs/development/python-modules/wheel-inspect/default.nix index c5ee6a72c39c..88fd592da8fb 100644 --- a/pkgs/development/python-modules/wheel-inspect/default.nix +++ b/pkgs/development/python-modules/wheel-inspect/default.nix @@ -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 ]; }; }