linuxPackages.zenpower: clarify license

c36a86c64b/zenpower.c (L8)
main
Alyssa Ross 2 years ago
parent c5bfda47e7
commit 0795cb72d3
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0
  1. 2
      pkgs/os-specific/linux/zenpower/default.nix

@ -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";

Loading…
Cancel
Save