tuxedo-drivers: update license
Back in november the Tuxedo drivers were relicensed under the GPL2+ license to comply with the requirements regarding redistribution with the Linux Kernel. Relevant commit: https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers/-/commit/dd8d3d6c2872a49af068a0709df8eff5628df2c4 License file: https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers/-/blob/main/LICENSE
This commit is contained in:
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
broken = stdenv.hostPlatform.isAarch64 || (lib.versionOlder kernel.version "5.5");
|
||||
description = "Keyboard and hardware I/O driver for TUXEDO Computers laptops";
|
||||
homepage = "https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
longDescription = ''
|
||||
Drivers for several platform devices for TUXEDO notebooks:
|
||||
- Driver for Fn-keys
|
||||
|
||||
Reference in New Issue
Block a user