lol

python3Packages.trezor, python3Packages.shamir-mnemonic: remove _1000101 from maintainers

authored by

1000101 and committed by
GitHub
4d6bee68 1b3cf065

+2 -2
+1 -1
pkgs/development/python-modules/shamir-mnemonic/default.nix
··· 35 35 description = "Reference implementation of SLIP-0039"; 36 36 homepage = "https://github.com/trezor/python-shamir-mnemonic"; 37 37 license = licenses.mit; 38 - maintainers = with maintainers; [ _1000101 prusnak ]; 38 + maintainers = with maintainers; [ prusnak ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/python-modules/trezor/default.nix
··· 80 80 description = "Python library for communicating with Trezor Hardware Wallet"; 81 81 homepage = "https://github.com/trezor/trezor-firmware/tree/master/python"; 82 82 license = licenses.gpl3; 83 - maintainers = with maintainers; [ np prusnak mmahut _1000101 ]; 83 + maintainers = with maintainers; [ np prusnak mmahut ]; 84 84 }; 85 85 }