yubikey-touch-detector: correct license (#322707)
This commit is contained in:
commit
e24170b2fd
@ -33,7 +33,7 @@ buildGoModule rec {
|
|||||||
description = "Tool to detect when your YubiKey is waiting for a touch";
|
description = "Tool to detect when your YubiKey is waiting for a touch";
|
||||||
homepage = "https://github.com/maximbaz/yubikey-touch-detector";
|
homepage = "https://github.com/maximbaz/yubikey-touch-detector";
|
||||||
maintainers = with maintainers; [ sumnerevans ];
|
maintainers = with maintainers; [ sumnerevans ];
|
||||||
license = with licenses; [ bsd2 isc ];
|
license = licenses.isc;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
mainProgram = "yubikey-touch-detector";
|
mainProgram = "yubikey-touch-detector";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user