about summary refs log tree commit diff
path: root/pkgs/tools/system/psstop
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/psstop')
-rw-r--r--pkgs/tools/system/psstop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/psstop/default.nix b/pkgs/tools/system/psstop/default.nix
index 4d413e60c77f..3a5ee2b05813 100644
--- a/pkgs/tools/system/psstop/default.nix
+++ b/pkgs/tools/system/psstop/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ glib ];
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/clearlinux/psstop;
+    homepage = "https://github.com/clearlinux/psstop";
     description = "Show processes' memory usage by looking into pss"; # upstream summary
     license = licenses.gpl3;
     maintainers = with maintainers; [ dtzWill ];