about summary refs log tree commit diff
path: root/pkgs/development/python-modules/trezor_agent
diff options
context:
space:
mode:
authorHenrik Jonsson <me@hkjn.me>2019-09-22 16:41:56 +0200
committerJon <jonringer@users.noreply.github.com>2019-11-12 11:30:24 -0800
commit7aeff945bf84b52a3d033ecf3dec9f7c0a79cbfd (patch)
tree0a53f0095807b5c2861adf8a069730b4e62d7049 /pkgs/development/python-modules/trezor_agent
parentda0a02bc4a81ced39547a1346ab75c38124bca66 (diff)
pythonPackages.trezor_agent: add hkjn to maintainers
Diffstat (limited to 'pkgs/development/python-modules/trezor_agent')
-rw-r--r--pkgs/development/python-modules/trezor_agent/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/trezor_agent/default.nix b/pkgs/development/python-modules/trezor_agent/default.nix
index ea941f0e7cabd..ad4a30d97c50f 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 ];
   };
 
 }