fix license meta

This commit is contained in:
Hlöðver Sigurðsson 2021-02-15 15:30:26 +01:00
parent 2e6c793ff9
commit 05af647258

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
A driver for MacBook models 2018 and newer, implementing the VHCI (required for mouse/keyboard/etc.) and audio functionality.
'';
homepage = "https://github.com/MCMrARM/mbp2018-bridge-drv";
license = lib.licenses.gpl2;
license = lib.licenses.gpl2Only;
platforms = platforms.linux;
maintainers = [ lib.maintainers.hlolli ];
};