From 47f570f62cffb574ec539a9fb7622c8da68e9e2b Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Thu, 13 Jul 2023 15:57:28 +0800 Subject: [PATCH] python3Packages.allpairspy: add nickcao to maintainers --- pkgs/development/python-modules/allpairspy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/allpairspy/default.nix b/pkgs/development/python-modules/allpairspy/default.nix index a59a0a9f702c..f108b0eabf60 100644 --- a/pkgs/development/python-modules/allpairspy/default.nix +++ b/pkgs/development/python-modules/allpairspy/default.nix @@ -29,6 +29,6 @@ buildPythonPackage rec { homepage = "https://github.com/thombashi/allpairspy"; changelog = "https://github.com/thombashi/allpairspy/releases/tag/v${version}"; license = licenses.mit; - maintainers = [ ]; + maintainers = with maintainers; [ nickcao ]; }; }