maintainers: fix previously uncaught name issues

This commit is contained in:
1000101
2020-06-12 12:42:41 +02:00
parent 64cf1e79dd
commit 6c3b36212a
5 changed files with 9 additions and 9 deletions

View File

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