Merge pull request #125907 from fortuneteller2k/cpufrequtils

This commit is contained in:
Sandro 2021-06-09 12:42:09 +02:00 committed by GitHub
commit 6284db67da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Tools to display or change the CPU governor settings";
homepage = "http://ftp.be.debian.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html";
license = licenses.gpl2;
platforms = platforms.linux;
license = licenses.gpl2Only;
platforms = [ "x86_64-linux" ];
};
}