about summary refs log tree commit diff
path: root/pkgs/tools/system/xe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/xe/default.nix')
-rw-r--r--pkgs/tools/system/xe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/xe/default.nix b/pkgs/tools/system/xe/default.nix
index 62423ff594ff3..2464f624a28e8 100644
--- a/pkgs/tools/system/xe/default.nix
+++ b/pkgs/tools/system/xe/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Simple xargs and apply replacement";
-    homepage = https://github.com/chneukirchen/xe;
+    homepage = "https://github.com/chneukirchen/xe";
     license = licenses.publicDomain;
     platforms = platforms.all;
     maintainers = with maintainers; [ cstrahan ];