Loading pkgs/tools/security/yubikey-touch-detector/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ buildGoModule rec { description = "Tool to detect when your YubiKey is waiting for a touch"; homepage = "https://github.com/maximbaz/yubikey-touch-detector"; maintainers = with maintainers; [ sumnerevans ]; license = with licenses; [ bsd2 isc ]; license = licenses.isc; platforms = platforms.linux; mainProgram = "yubikey-touch-detector"; }; Loading Loading
pkgs/tools/security/yubikey-touch-detector/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ buildGoModule rec { description = "Tool to detect when your YubiKey is waiting for a touch"; homepage = "https://github.com/maximbaz/yubikey-touch-detector"; maintainers = with maintainers; [ sumnerevans ]; license = with licenses; [ bsd2 isc ]; license = licenses.isc; platforms = platforms.linux; mainProgram = "yubikey-touch-detector"; }; Loading