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