linuxPackages.zenpower: clarify license

c36a86c64b/zenpower.c (L8)
This commit is contained in:
Alyssa Ross 2022-05-23 12:19:33 +00:00
parent c5bfda47e7
commit 0795cb72d3
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Linux kernel driver for reading temperature, voltage(SVI2), current(SVI2) and power(SVI2) for AMD Zen family CPUs.";
homepage = "https://github.com/Ta180m/zenpower3";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ alexbakker artturin ];
platforms = [ "x86_64-linux" ];
broken = versionOlder kernel.version "4.14";