summary refs log tree commit diff
path: root/pkgs/applications/misc/phwmon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/phwmon/default.nix')
-rw-r--r--pkgs/applications/misc/phwmon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/phwmon/default.nix b/pkgs/applications/misc/phwmon/default.nix
index 6fb70f1c9a2..017383a79a2 100644
--- a/pkgs/applications/misc/phwmon/default.nix
+++ b/pkgs/applications/misc/phwmon/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
   '';
 
   meta = {
-    homepage = https://gitlab.com/o9000/phwmon;
+    homepage = "https://gitlab.com/o9000/phwmon";
     description = "Hardware monitor (CPU, memory, network and disk I/O) for the system tray";
     license = stdenv.lib.licenses.gpl2;
     platforms = stdenv.lib.platforms.unix;