linuxPackages.zenpower: clarify license

https://github.com/Ta180m/zenpower3/blob/c36a86c64b802e9b90b5166caee6a8e8eddaeb56/zenpower.c#L8
This commit is contained in:
Alyssa Ross
2022-05-23 12:19:33 +00:00
parent c5bfda47e7
commit 0795cb72d3
+1 -1
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";