about summary refs log tree commit diff
path: root/pkgs/tools/system/colorls/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/colorls/default.nix')
-rw-r--r--pkgs/tools/system/colorls/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/colorls/default.nix b/pkgs/tools/system/colorls/default.nix
index 1631b9f72180..4401d841ff61 100644
--- a/pkgs/tools/system/colorls/default.nix
+++ b/pkgs/tools/system/colorls/default.nix
@@ -10,7 +10,7 @@ bundlerApp {
 
   meta = with lib; {
     description = "Prettified LS";
-    homepage    = https://github.com/athityakumar/colorls;
+    homepage    = "https://github.com/athityakumar/colorls";
     license     = with licenses; mit;
     maintainers = with maintainers; [ lukebfox nicknovitski ];
     platforms   = ruby.meta.platforms;