linuxPackages.bbswitch: add license
This commit is contained in:
parent
09cd65b33c
commit
5c14c688d2
1 changed files with 1 additions and 0 deletions
|
@ -59,5 +59,6 @@ stdenv.mkDerivation {
|
|||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
homepage = "https://github.com/Bumblebee-Project/bbswitch";
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
license = licenses.gpl2Plus;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue