about summary refs log tree commit diff
path: root/pkgs/development/python-modules/shamir-mnemonic
diff options
context:
space:
mode:
author1000101 <b1000101@pm.me>2020-06-12 12:42:41 +0200
committer1000101 <b1000101@pm.me>2020-06-26 16:38:27 +0200
commit6c3b36212a0be328caeb95e332847e4129ec2176 (patch)
tree7c602d0d3cdc350d857ab423b6355dcac9752f5f /pkgs/development/python-modules/shamir-mnemonic
parent64cf1e79dd77378046bf802e84c432ccf205a62f (diff)
maintainers: fix previously uncaught name issues
Diffstat (limited to 'pkgs/development/python-modules/shamir-mnemonic')
-rw-r--r--pkgs/development/python-modules/shamir-mnemonic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/shamir-mnemonic/default.nix b/pkgs/development/python-modules/shamir-mnemonic/default.nix
index 13a946aeafd05..099c89803ab3b 100644
--- a/pkgs/development/python-modules/shamir-mnemonic/default.nix
+++ b/pkgs/development/python-modules/shamir-mnemonic/default.nix
@@ -17,6 +17,6 @@ buildPythonPackage rec {
     description = "Reference implementation of SLIP-0039";
     homepage = "https://github.com/trezor/python-shamir-mnemonic";
     license = licenses.mit;
-    maintainers = [ maintainers."1000101" ];
+    maintainers = with maintainers; [ maintainers."1000101" ];
   };
 }