Merge pull request #91613 from 1000101/1000101

maintainers: fix previously uncaught name issues
This commit is contained in:
Marek Mahut
2020-06-26 17:12:34 +02:00
committed by GitHub
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" ];
};
}