yubikey-touch-detector: correct license (#322707)

This commit is contained in:
Peder Bergebakken Sundt 2024-09-17 01:21:48 +02:00 committed by GitHub
commit e24170b2fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";
}; };