From b0121fcb034234ef63bbab258b689f76ae0fe5d9 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 27 Dec 2020 19:47:43 +0100 Subject: [PATCH] trezord: TREZOR -> Trezor --- nixos/modules/services/hardware/trezord.nix | 2 +- pkgs/servers/trezord/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/hardware/trezord.nix b/nixos/modules/services/hardware/trezord.nix index 2594ac743710..8c609bbf825b 100644 --- a/nixos/modules/services/hardware/trezord.nix +++ b/nixos/modules/services/hardware/trezord.nix @@ -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 = []; diff --git a/pkgs/servers/trezord/default.nix b/pkgs/servers/trezord/default.nix index a6841f7fabed..b89abfc6153b 100644 --- a/pkgs/servers/trezord/default.nix +++ b/pkgs/servers/trezord/default.nix @@ -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 ];