summary refs log tree commit diff
path: root/pkgs/applications/editors/wily/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/wily/default.nix')
-rw-r--r--pkgs/applications/editors/wily/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/wily/default.nix b/pkgs/applications/editors/wily/default.nix
index aab3aecd7d6..ac741599bda 100644
--- a/pkgs/applications/editors/wily/default.nix
+++ b/pkgs/applications/editors/wily/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "An emulation of ACME";
-    homepage = http://wily.sourceforge.net;
+    homepage = "http://wily.sourceforge.net";
     license = licenses.artistic1;
     maintainers = [ maintainers.vrthra ];
     platforms = platforms.unix;