pythonPackages.trezor_agent: add hkjn to maintainers

This commit is contained in:
Henrik Jonsson 2019-09-22 16:41:56 +02:00 committed by Jon
parent da0a02bc4a
commit 7aeff945bf
1 changed files with 1 additions and 1 deletions

View File

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