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 df8bb84a4f1..e0444fcfd9f 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.linux;
     maintainers = with maintainers; [ cstrahan ndowens ];