From 7aeff945bf84b52a3d033ecf3dec9f7c0a79cbfd Mon Sep 17 00:00:00 2001 From: Henrik Jonsson Date: Sun, 22 Sep 2019 16:41:56 +0200 Subject: [PATCH] pythonPackages.trezor_agent: add hkjn to maintainers --- pkgs/development/python-modules/trezor_agent/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/trezor_agent/default.nix b/pkgs/development/python-modules/trezor_agent/default.nix index ea941f0e7ca..ad4a30d97c5 100644 --- a/pkgs/development/python-modules/trezor_agent/default.nix +++ b/pkgs/development/python-modules/trezor_agent/default.nix @@ -28,7 +28,7 @@ buildPythonPackage rec{ description = "Using Trezor as hardware SSH agent"; homepage = "https://github.com/romanz/trezor-agent"; license = licenses.gpl3; - maintainers = with maintainers; [ np mmahut ]; + maintainers = with maintainers; [ hkjn np mmahut ]; }; }