summary refs log tree commit diff
path: root/pkgs/tools/text/xsv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/xsv/default.nix')
-rw-r--r--pkgs/tools/text/xsv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/xsv/default.nix b/pkgs/tools/text/xsv/default.nix
index 72a586d2b22..927d0d14be6 100644
--- a/pkgs/tools/text/xsv/default.nix
+++ b/pkgs/tools/text/xsv/default.nix
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with stdenv.lib; {
     description = "A fast CSV toolkit written in Rust";
-    homepage = https://github.com/BurntSushi/xsv;
+    homepage = "https://github.com/BurntSushi/xsv";
     license = with licenses; [ unlicense /* or */ mit ];
     maintainers = [ maintainers.jgertm ];
     platforms = platforms.all;