trezord: TREZOR -> Trezor
This commit is contained in:
parent
0ff6bc488d
commit
b0121fcb03
@ -47,7 +47,7 @@ in {
|
||||
services.udev.packages = [ pkgs.trezor-udev-rules ];
|
||||
|
||||
systemd.services.trezord = {
|
||||
description = "TREZOR Bridge";
|
||||
description = "Trezor Bridge";
|
||||
after = [ "systemd-udev-settle.service" "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [];
|
||||
|
@ -20,7 +20,7 @@ buildGoModule rec {
|
||||
propagatedBuildInputs = [ trezor-udev-rules ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "TREZOR Communication Daemon aka TREZOR Bridge";
|
||||
description = "Trezor Communication Daemon aka Trezor Bridge";
|
||||
homepage = "https://trezor.io";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ canndrew jb55 prusnak mmahut _1000101 ];
|
||||
|
Loading…
Reference in New Issue
Block a user