maintainers: 1000101 -> _1000101

This commit is contained in:
zowoq
2020-07-29 20:57:20 +10:00
parent 7d9c49f8e6
commit 0052523a18
21 changed files with 21 additions and 22 deletions

View File

@@ -55,6 +55,6 @@ buildPythonPackage rec {
description = "Python library for communicating with TREZOR Bitcoin Hardware Wallet";
homepage = "https://github.com/trezor/trezor-firmware/tree/master/python";
license = licenses.gpl3;
maintainers = with maintainers; [ np prusnak mmahut maintainers."1000101" ];
maintainers = with maintainers; [ np prusnak mmahut _1000101 ];
};
}