pythonPackages.trezor_agent: adding mmahut as maintainer

This commit is contained in:
Marek Mahut 2019-09-03 09:02:03 +02:00
parent f7d9cf16bf
commit 718ccddf32

View File

@ -25,9 +25,9 @@ buildPythonPackage rec{
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Using Trezor as hardware SSH agent"; description = "Using Trezor as hardware SSH agent";
homepage = https://github.com/romanz/trezor-agent; homepage = "https://github.com/romanz/trezor-agent";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ np ]; maintainers = with maintainers; [ np mmahut ];
}; };
} }