x86_energy_perf_policy: correct meta.homepage
This commit is contained in:
parent
45f70fcb06
commit
6054c9f217
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Set the energy versus performance policy preference bias on recent X86 processors";
|
description = "Set the energy versus performance policy preference bias on recent X86 processors";
|
||||||
homepage = https://www.kernel.org.org/;
|
homepage = https://www.kernel.org/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific
|
platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user