x86_energy_perf_policy: correct meta.homepage

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-08 17:59:51 +02:00
parent 45f70fcb06
commit 6054c9f217
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
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;
platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific
};