summary refs log tree commit diff
path: root/pkgs/tools/system/augeas/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/augeas/default.nix')
-rw-r--r--pkgs/tools/system/augeas/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/augeas/default.nix b/pkgs/tools/system/augeas/default.nix
index 08731cd6db2..338b8f8ac45 100644
--- a/pkgs/tools/system/augeas/default.nix
+++ b/pkgs/tools/system/augeas/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Configuration editing tool";
     license = licenses.lgpl2;
-    homepage = http://augeas.net/;
+    homepage = "http://augeas.net/";
     maintainers = with maintainers; [ offline ];
     platforms = platforms.unix;
   };