summary refs log tree commit diff
path: root/pkgs/os-specific/linux/cpupower
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-05-08 23:04:03 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2016-05-09 02:57:07 +0200
commit5b217637f94c2e868d00af3c6e7e233718f9ea4e (patch)
tree9f0200213ff402fcb270a85a531b8d45110a93c6 /pkgs/os-specific/linux/cpupower
parent658b8e98df51abd1ff91de52dacbbd9d2f7b2365 (diff)
downloadnixpkgs-5b217637f94c2e868d00af3c6e7e233718f9ea4e.tar
nixpkgs-5b217637f94c2e868d00af3c6e7e233718f9ea4e.tar.gz
nixpkgs-5b217637f94c2e868d00af3c6e7e233718f9ea4e.tar.bz2
nixpkgs-5b217637f94c2e868d00af3c6e7e233718f9ea4e.tar.lz
nixpkgs-5b217637f94c2e868d00af3c6e7e233718f9ea4e.tar.xz
nixpkgs-5b217637f94c2e868d00af3c6e7e233718f9ea4e.tar.zst
nixpkgs-5b217637f94c2e868d00af3c6e7e233718f9ea4e.zip
cpupower: correct meta.homepage
Diffstat (limited to 'pkgs/os-specific/linux/cpupower')
-rw-r--r--pkgs/os-specific/linux/cpupower/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/cpupower/default.nix b/pkgs/os-specific/linux/cpupower/default.nix
index 269729917dd..d6d529627e2 100644
--- a/pkgs/os-specific/linux/cpupower/default.nix
+++ b/pkgs/os-specific/linux/cpupower/default.nix
@@ -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;
   };