trezord: TREZOR -> Trezor

This commit is contained in:
Pavol Rusnak 2020-12-27 19:47:43 +01:00
parent 0ff6bc488d
commit b0121fcb03
2 changed files with 2 additions and 2 deletions

View file

@ -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 = [];

View file

@ -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 ];