about summary refs log tree commit diff
path: root/pkgs/tools/system/throttled/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/throttled/default.nix')
-rw-r--r--pkgs/tools/system/throttled/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/throttled/default.nix b/pkgs/tools/system/throttled/default.nix
index 02ff75113824..71bb6dfb357d 100644
--- a/pkgs/tools/system/throttled/default.nix
+++ b/pkgs/tools/system/throttled/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Fix for Intel CPU throttling issues";
-    homepage = https://github.com/erpalma/throttled;
+    homepage = "https://github.com/erpalma/throttled";
     license = licenses.mit;
     platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ michaelpj ];