about summary refs log tree commit diff
path: root/pkgs/development/python-modules/trezor_agent
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-09-03 09:02:03 +0200
committerMarek Mahut <marek.mahut@gmail.com>2019-09-03 09:02:03 +0200
commit718ccddf32a723f2977ef5f7c5f70a5448dfbffc (patch)
tree2e50afe1f6629a63620cdd49475aa4007be3451f /pkgs/development/python-modules/trezor_agent
parentf7d9cf16bf91a51271c46c14b67b22f9ab3e11e1 (diff)
pythonPackages.trezor_agent: adding mmahut as maintainer
Diffstat (limited to 'pkgs/development/python-modules/trezor_agent')
-rw-r--r--pkgs/development/python-modules/trezor_agent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/trezor_agent/default.nix b/pkgs/development/python-modules/trezor_agent/default.nix
index 74231d43b1add..17ecd369136ee 100644
--- a/pkgs/development/python-modules/trezor_agent/default.nix
+++ b/pkgs/development/python-modules/trezor_agent/default.nix
@@ -25,9 +25,9 @@ buildPythonPackage rec{
 
   meta = with stdenv.lib; {
     description = "Using Trezor as hardware SSH agent";
-    homepage = https://github.com/romanz/trezor-agent;
+    homepage = "https://github.com/romanz/trezor-agent";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ np ];
+    maintainers = with maintainers; [ np mmahut ];
   };
 
 }