3
0
Fork 0
forked from mirrors/nixpkgs

cpupower: correct meta.homepage

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-08 23:04:03 +02:00
parent 658b8e98df
commit 5b217637f9
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Tool to examine and tune power saving features";
homepage = https://www.kernel.org.org/;
homepage = https://www.kernel.org/;
license = licenses.gpl2;
platforms = platforms.linux;
};